gnu: lvm2: Remove obsolete phase.
* gnu/packages/linux.scm (lvm2)[arguments]: Remove MAKE-OBJECTS-WRITABLE-PHASE.
This commit is contained in:
parent
c06bf6a3e2
commit
1ac1872161
1 changed files with 1 additions and 11 deletions
|
@ -2077,17 +2077,7 @@ (define-public lvm2
|
||||||
|
|
||||||
;; Replace /bin/sh with the right file name.
|
;; Replace /bin/sh with the right file name.
|
||||||
(patch-makefile-SHELL "make.tmpl")
|
(patch-makefile-SHELL "make.tmpl")
|
||||||
#t))
|
#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))))
|
|
||||||
|
|
||||||
#:configure-flags (list (string-append "--sysconfdir="
|
#:configure-flags (list (string-append "--sysconfdir="
|
||||||
(assoc-ref %outputs "out")
|
(assoc-ref %outputs "out")
|
||||||
|
|
Loading…
Reference in a new issue