guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: make-linux-libre: Install "Module.symvers".


From: guix-commits
Subject: 01/01: gnu: make-linux-libre: Install "Module.symvers".
Date: Thu, 11 Apr 2019 11:54:26 -0400 (EDT)

dannym pushed a commit to branch master
in repository guix.

commit d0a39b928ccf5f10600ce8dd15ffdad4d0cc3c12
Author: Danny Milosavljevic <address@hidden>
Date:   Wed Apr 3 02:13:49 2019 +0200

    gnu: make-linux-libre: Install "Module.symvers".
    
    * gnu/packages/linux.scm (make-linux-libre): Install "Module.symvers".
---
 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 dfd6bed..4b2bf0e 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -402,7 +402,7 @@ for ARCH and optionally VARIANT, or #f if there is no such 
configuration."
                     (kmod   (assoc-ref (or native-inputs inputs) "kmod")))
                ;; Install kernel image, kernel configuration and link map.
                (for-each (lambda (file) (install-file file out))
-                         (find-files "." 
"^(\\.config|bzImage|zImage|Image|vmlinuz|System\\.map)$"))
+                         (find-files "." 
"^(\\.config|bzImage|zImage|Image|vmlinuz|System\\.map|Module\\.symvers)$"))
                ;; Install device tree files
                (unless (null? (find-files "." "\\.dtb$"))
                  (mkdir-p dtbdir)



reply via email to

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