gnu: curseofwar: Don't use DESTDIR.

* gnu/packages/games.scm (curseofwar)[arguments]: Set PREFIX, not
DESTDIR, in make-flags.
This commit is contained in:
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

View file

@ -11962,8 +11962,7 @@ (define-public curseofwar
`(#: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))))