From 0b1d58029ca45613ad2e42f1bc263ae9b161cd4d Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Sun, 15 Nov 2020 23:19:05 +0200 Subject: [PATCH] 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 ddf01083671..4441ec90e1f 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))))