guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: curseofwar: Don't use DESTDIR.


From: guix-commits
Subject: 02/02: gnu: curseofwar: Don't use DESTDIR.
Date: Sun, 15 Nov 2020 16:20:21 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 0b1d58029ca45613ad2e42f1bc263ae9b161cd4d
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Nov 15 23:19:05 2020 +0200

    gnu: curseofwar: Don't use DESTDIR.
    
    * gnu/packages/games.scm (curseofwar)[arguments]: Set PREFIX, not
    DESTDIR, in make-flags.
---
 gnu/packages/games.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index ddf0108..4441ec9 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -11962,8 +11962,7 @@ game FPS.")
      `(#:tests? #f; no tests
        #:make-flags
        (list (string-append "CC=" ,(cc-for-target))
-             "PREFIX="
-             (string-append "DESTDIR=" (assoc-ref %outputs "out")))
+             (string-append "PREFIX=" (assoc-ref %outputs "out")))
        #:phases
        (modify-phases %standard-phases
          (delete 'configure))))



reply via email to

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