guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: lvm2: Remove obsolete phase.


From: Marius Bakke
Subject: 02/03: gnu: lvm2: Remove obsolete phase.
Date: Sun, 18 Feb 2018 14:25:59 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 1ac187216136e7a1f0cfcbf76e664091f5d1ff26
Author: Marius Bakke <address@hidden>
Date:   Sun Feb 18 19:45:46 2018 +0100

    gnu: lvm2: Remove obsolete phase.
    
    * gnu/packages/linux.scm (lvm2)[arguments]: Remove 
MAKE-OBJECTS-WRITABLE-PHASE.
---
 gnu/packages/linux.scm | 12 +-----------
 1 file changed, 1 insertion(+), 11 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index ecdfca5..3a553fc 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -2077,17 +2077,7 @@ time.")
 
              ;; Replace /bin/sh with the right file name.
              (patch-makefile-SHELL "make.tmpl")
-             #t))
-         (add-before 'strip 'make-objects-writable
-           (lambda* (#:key outputs #:allow-other-keys)
-             ;; Make compiled objects writable so they can be stripped.
-             (let ((out (assoc-ref outputs "out")))
-               (for-each (lambda (file)
-                           (chmod file #o755))
-                         (append
-                           (find-files (string-append out "/lib"))
-                           (find-files (string-append out "/sbin"))))
-               #t))))
+             #t)))
 
        #:configure-flags (list (string-append "--sysconfdir="
                                               (assoc-ref %outputs "out")



reply via email to

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