gnu: curseofwar: Don't use DESTDIR.
* gnu/packages/games.scm (curseofwar)[arguments]: Set PREFIX, not DESTDIR, in make-flags.master
parent
54d478fd9b
commit
0b1d58029c
|
@ -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))))
|
||||
|
|
Reference in New Issue