guix-commits
[Top][All Lists]
Advanced

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

09/13: gnu: multitail: Remove bogus use of DESTDIR.


From: guix-commits
Subject: 09/13: gnu: multitail: Remove 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 7b2b01e38984b23dca44b6d7e87a8f73a671f87c
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Oct 16 17:03:37 2020 +0200

    gnu: multitail: Remove bogus use of DESTDIR.
    
    * gnu/packages/logging.scm (multitail)[arguments]: Use the PREFIX
    variable instead.
---
 gnu/packages/logging.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/logging.scm b/gnu/packages/logging.scm
index bac9e18..345a533 100644
--- a/gnu/packages/logging.scm
+++ b/gnu/packages/logging.scm
@@ -3,7 +3,7 @@
 ;;; Copyright © 2016, 2017, 2018 Ludovic Courtès <ludo@gnu.org>
 ;;; Copyright © 2017 Stefan Reichör <stefan@xsteve.at>
 ;;; Copyright © 2017 Eric Bavier <bavier@member.fsf.org>
-;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr>
+;;; Copyright © 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
 ;;; Copyright © 2019 Gábor Boskovits <boskovits@gmail.com>
 ;;; Copyright © 2019 Meiyo Peng <meiyo@riseup.net>
 ;;; Copyright © 2020 Marius Bakke <mbakke@fastmail.com>
@@ -166,8 +166,7 @@ commands, displaying the results via a web interface.")
     (arguments
      `(#:make-flags
        (list "CC=gcc"
-             "PREFIX="
-             (string-append "DESTDIR="
+             (string-append "PREFIX="
                             (assoc-ref %outputs "out")))
        #:phases
        (modify-phases %standard-phases



reply via email to

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