me
/
guix
Archived
1
0
Fork 0

gnu: curseofwar: Don't use DESTDIR.

* gnu/packages/games.scm (curseofwar)[arguments]: Set PREFIX, not
DESTDIR, in make-flags.
master
Efraim Flashner 2020-11-15 23:19:05 +02:00
parent 54d478fd9b
commit 0b1d58029c
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 2 deletions

View File

@ -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))))