dannym pushed a commit to branch master
in repository guix.

commit a32f9b59abf69748fce9a1f3b1260a36e4930782
Author: Danny Milosavljevic <dan...@scratchpost.org>
Date:   Tue Feb 13 22:35:41 2018 +0100

    system: make-u-boot-package: Install configuration file.
    
    * gnu/packages/bootloaders.scm (make-u-boot-package): Install configuration
    file.
---
 gnu/packages/bootloaders.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/bootloaders.scm b/gnu/packages/bootloaders.scm
index 498b807..6ac597e 100644
--- a/gnu/packages/bootloaders.scm
+++ b/gnu/packages/bootloaders.scm
@@ -408,6 +408,7 @@ also initializes the boards (RAM etc).")
                                     (find-files "." ".*\\.(bin|efi|img|spl)$")
                                     (find-files "." "^MLO$"))))
                  (mkdir-p libexec)
+                 (install-file ".config" libexec)
                  (for-each
                   (lambda (file)
                     (let ((target-file (string-append libexec "/" file)))

Reply via email to