guix-commits
[Top][All Lists]
Advanced

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

08/13: gnu: dstat: Fix bogus use of DESTDIR.


From: guix-commits
Subject: 08/13: gnu: dstat: Fix bogus use of DESTDIR.
Date: Fri, 16 Oct 2020 11:51:53 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 5c8e8bc556c32c1b6ead1638e4e7886f87acf255
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Oct 16 16:56:58 2020 +0200

    gnu: dstat: Fix bogus use of DESTDIR.
    
    * gnu/packages/admin.scm (dstat)[arguments]: Set the standard prefix
    variable.
---
 gnu/packages/admin.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 93430dc..2cfa4a0 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -2693,9 +2693,8 @@ results (ndiff), and a packet generation and response 
analysis tool (nping).")
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f                      ; no make check
-       #:make-flags (let ((out (assoc-ref %outputs "out")))
-                      (list (string-append "DESTDIR=" out)
-                            "prefix=/"))
+       #:make-flags
+       (list (string-append "prefix=" (assoc-ref %outputs "out")))
        #:phases
        (modify-phases %standard-phases
          (add-after 'unpack 'fix-python3-DeprecationWarning



reply via email to

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