guix-commits
[Top][All Lists]
Advanced

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

04/10: gnu: make-linux-libre: Add zImage to output.


From: David Craven
Subject: 04/10: gnu: make-linux-libre: Add zImage to output.
Date: Tue, 13 Sep 2016 19:03:12 +0000 (UTC)

dvc pushed a commit to branch master
in repository guix.

commit fd6e0de3c0d997c991fbb59a27b1d71e85b081b8
Author: David Craven <address@hidden>
Date:   Thu Sep 8 19:30:33 2016 +0200

    gnu: make-linux-libre: Add zImage to output.
    
    * gnu/packages/linux.scm (make-linux-libre): Add zImage to output.
---
 gnu/packages/linux.scm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index fac0cbb..b622526 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -360,7 +360,7 @@ for ARCH and optionally VARIANT, or #f if there is no such 
configuration."
                (for-each (lambda (file)
                            (copy-file file
                                       (string-append out "/" (basename file))))
-                         (find-files "." "^(bzImage|vmlinuz|System\\.map)$"))
+                         (find-files "." 
"^(bzImage|zImage|vmlinuz|System\\.map)$"))
                (copy-file ".config" (string-append out "/config"))
                (zero? (system* "make"
                                (string-append "DEPMOD=" mit "/sbin/depmod")



reply via email to

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