unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#35111] [PATCH] gnu: make-linux-libre: Install "Module.symvers".
@ 2019-04-03  0:13 Danny Milosavljevic
  2019-04-11 10:51 ` Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Danny Milosavljevic @ 2019-04-03  0:13 UTC (permalink / raw)
  To: 35111

* 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 a2adb9b13d..bd7afccc52 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -392,7 +392,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)

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [bug#35111] [PATCH] gnu: make-linux-libre: Install "Module.symvers".
  2019-04-03  0:13 [bug#35111] [PATCH] gnu: make-linux-libre: Install "Module.symvers" Danny Milosavljevic
@ 2019-04-11 10:51 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2019-04-11 10:51 UTC (permalink / raw)
  To: Danny Milosavljevic; +Cc: 35111

Danny Milosavljevic <dannym@scratchpost.org> skribis:

> * gnu/packages/linux.scm (make-linux-libre): Install "Module.symvers".

LGTM!

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-04-11 10:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-03  0:13 [bug#35111] [PATCH] gnu: make-linux-libre: Install "Module.symvers" Danny Milosavljevic
2019-04-11 10:51 ` Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).