guix-commits
[Top][All Lists]
Advanced

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

01/04: gnu: xl2tpd: Fix install directory.


From: guix-commits
Subject: 01/04: gnu: xl2tpd: Fix install directory.
Date: Tue, 15 Oct 2019 16:48:36 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 0309e004e9dee5329e339bf7c53efdbce5f7ae73
Author: Efraim Flashner <address@hidden>
Date:   Tue Oct 15 23:29:54 2019 +0300

    gnu: xl2tpd: Fix install directory.
    
    * gnu/packages/vpn.scm (xl2tpd)[arguments]: Unset DESTDIR, set PREFIX.
---
 gnu/packages/vpn.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/vpn.scm b/gnu/packages/vpn.scm
index bc875b1..1694486 100644
--- a/gnu/packages/vpn.scm
+++ b/gnu/packages/vpn.scm
@@ -530,7 +530,7 @@ WireGuard support.")
                 "1c2ahxz2zmmxwmk951d2qhijgz67zhwa1hn0r59fgz0y14w22myi"))))
     (build-system gnu-build-system)
     (arguments
-     `(#:make-flags (list (string-append "DESTDIR=" %output)
+     `(#:make-flags (list (string-append "PREFIX=" %output)
                           "CC=gcc")
        #:phases (modify-phases %standard-phases
                   (delete 'configure))  ; no configure script



reply via email to

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