guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: Use a descriptive file-name for linux-libre deblobbing scrip


From: guix-commits
Subject: 01/02: gnu: Use a descriptive file-name for linux-libre deblobbing scripts.
Date: Wed, 12 Aug 2020 22:41:04 -0400 (EDT)

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

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

    gnu: Use a descriptive file-name for linux-libre deblobbing scripts.
    
    Fixes <https://bugs.gnu.org/42789>.
    
    * gnu/packages/linux.scm (linux-libre-deblob-scripts): Set the file-name of 
the
    deblob and deblob-check scripts.
---
 gnu/packages/linux.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index ca5a4f9..b8f4f6d 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -194,12 +194,16 @@ 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-" (version-major+minor version)))
+          (file-name (string-append "linux-libre-deblob-"
+                                    (version-major+minor version)))
           (sha256 deblob-hash))
         (origin
           (method url-fetch)
           (uri (string-append "https://linux-libre.fsfla.org";
                               "/pub/linux-libre/releases/" version "-gnu/"
                               "deblob-check"))
+          (file-name (string-append "linux-libre-deblob-check-"
+                                    (version-major+minor version)))
           (sha256 deblob-check-hash))))
 
 (define deblob-scripts-5.8



reply via email to

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