guix-commits
[Top][All Lists]
Advanced

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

01/07: gnu: loksh: Use PREFIX.


From: Tobias Geerinckx-Rice
Subject: 01/07: gnu: loksh: Use PREFIX.
Date: Wed, 24 Oct 2018 16:55:24 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit f437e39aa2cd9214b03d5cf4f5bda22441834e04
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Oct 24 05:54:35 2018 +0200

    gnu: loksh: Use PREFIX.
    
    * gnu/packages/shells.scm (loksh)[argumentss]: Substitute PREFIX for
    DESTDIR #:make-flags.
---
 gnu/packages/shells.scm | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm
index 47efe5d..3e9d797 100644
--- a/gnu/packages/shells.scm
+++ b/gnu/packages/shells.scm
@@ -586,14 +586,13 @@ The OpenBSD Korn Shell is a cleaned up and enhanced ksh.")
     (native-inputs
      `(("pkg-config" ,pkg-config)))
     (arguments
-     `(#:tests? #f ;No tests included
+     `(#:tests? #f                      ; no tests included
        #:make-flags (list "CC=gcc" "HAVE_LIBBSD=1"
-                          (string-append "DESTDIR="
-                                         (assoc-ref %outputs "out"))
-                          "PREFIX=")
+                          (string-append "PREFIX="
+                                         (assoc-ref %outputs "out")))
        #:phases
        (modify-phases %standard-phases
-         (delete 'configure)))) ;No configure script
+         (delete 'configure))))         ; no configure script
     (home-page "https://github.com/dimkr/loksh";)
     (synopsis "Korn Shell from OpenBSD")
     (description



reply via email to

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