gnu: janet: Prefer PREFIX over DESTDIR
authorJack Hill <jackhill@jackhill.us>
Thu, 13 May 2021 04:55:01 +0000 (00:55 -0400)
committerJack Hill <jackhill@jackhill.us>
Tue, 15 Jun 2021 15:26:48 +0000 (11:26 -0400)
* gnu/packages/lisp.scm (janet)[make-flags]: Specify output path with PREFIX
instead of DESTDIR.

gnu/packages/lisp.scm

index e2b8cf4..485b2d9 100644 (file)
@@ -1069,10 +1069,9 @@ including a built-in database engine and a GUI system.")
     (build-system gnu-build-system)
     (arguments
      `(#:make-flags (list
-                     (string-append "DESTDIR=" (assoc-ref %outputs "out"))
-                     (string-append "PREFIX=")
                      (string-append "CC=" (assoc-ref %build-inputs "gcc")
                                     "/bin/gcc"))
+                     (string-append "PREFIX=" (assoc-ref %outputs "out"))
        #:test-target "test"
        #:phases
        (modify-phases %standard-phases