guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: Use a descriptive file-name for linux-libre 'deblob-check' s


From: guix-commits
Subject: 01/01: gnu: Use a descriptive file-name for linux-libre 'deblob-check' scripts.
Date: Mon, 10 Aug 2020 13:17:30 -0400 (EDT)

lfam pushed a commit to branch kernel-updates
in repository guix.

commit 47e79c95f177549877bc6799d7c8c4d6883400a0
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Mon Aug 10 12:40:49 2020 -0400

    gnu: Use a descriptive file-name for linux-libre 'deblob-check' scripts.
    
    Fixes <https://bugs.gnu.org/42789>.
    
    * gnu/packages/linux.scm (linux-libre-deblob-scripts): Use file-name for
    the deblob-check script.
---
 gnu/packages/linux.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index a2d6d38..9d553e7 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -200,6 +200,7 @@ defconfig.  Return the appropriate make target if 
applicable, otherwise return
           (uri (string-append "https://linux-libre.fsfla.org";
                               "/pub/linux-libre/releases/" version "-gnu/"
                               "deblob-check"))
+          (file-name (string-append "linux-libre-" version "-deblob-check"))
           (sha256 deblob-check-hash))))
 
 (define deblob-scripts-5.8



reply via email to

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