guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: system: make-u-boot-package: Install configuration file.


From: Danny Milosavljevic
Subject: 01/01: system: make-u-boot-package: Install configuration file.
Date: Tue, 13 Feb 2018 17:28:40 -0500 (EST)

dannym pushed a commit to branch master
in repository guix.

commit a32f9b59abf69748fce9a1f3b1260a36e4930782
Author: Danny Milosavljevic <address@hidden>
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

[Prev in Thread] Current Thread [Next in Thread]