guix-commits
[Top][All Lists]
Advanced

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

111/145: gnu: cpuid: Remove obsolete file permissions change.


From: guix-commits
Subject: 111/145: gnu: cpuid: Remove obsolete file permissions change.
Date: Mon, 10 Jan 2022 11:44:16 -0500 (EST)

apteryx pushed a commit to branch version-1.4.0
in repository guix.

commit b9137de0a26f96110214f50aa01436ecbddba14e
Author: Sarah Morgensen <iskarian@mgsn.dev>
AuthorDate: Tue Jul 27 12:26:45 2021 -0700

    gnu: cpuid: Remove obsolete file permissions change.
    
    * gnu/packages/linux.scm (cpuid)[arguments]<#:phases>{fix-makefile}:
    Remove Makefile gzip permissions patch.
    
    Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
---
 gnu/packages/linux.scm | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 01dec50366..cb56a67f87 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -7356,11 +7356,8 @@ available in the kernel Linux.")
                   (add-before 'install 'fix-makefile
                     (lambda* (#:key outputs #:allow-other-keys)
                       (substitute* "Makefile"
-                        (("\\$\\(BUILDROOT\\)/usr") (assoc-ref outputs "out")))
-                      ;; Make the compressed manpages writable so that the
-                      ;; reset-gzip-timestamps phase does not error out.
-                      (substitute* "Makefile"
-                        (("-m 444") "-m 644")))))))
+                        (("\\$\\(BUILDROOT\\)/usr")
+                         (assoc-ref outputs "out"))))))))
     (inputs (list perl))
     (supported-systems '("i686-linux" "x86_64-linux"))
     (home-page "http://www.etallen.com/cpuid.html";)



reply via email to

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