gnu: dstat: Fix bogus use of DESTDIR.
* gnu/packages/admin.scm (dstat)[arguments]: Set the standard prefix variable.master
parent
5446720292
commit
5c8e8bc556
|
@ -2693,9 +2693,8 @@ results (ndiff), and a packet generation and response analysis tool (nping).")
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; no make check
|
`(#:tests? #f ; no make check
|
||||||
#:make-flags (let ((out (assoc-ref %outputs "out")))
|
#:make-flags
|
||||||
(list (string-append "DESTDIR=" out)
|
(list (string-append "prefix=" (assoc-ref %outputs "out")))
|
||||||
"prefix=/"))
|
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'fix-python3-DeprecationWarning
|
(add-after 'unpack 'fix-python3-DeprecationWarning
|
||||||
|
|
Reference in New Issue