mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-28 03:45:07 -06:00
gnu: curseofwar: Don't use DESTDIR.
* gnu/packages/games.scm (curseofwar)[arguments]: Set PREFIX, not DESTDIR, in make-flags.
This commit is contained in:
parent
54d478fd9b
commit
0b1d58029c
1 changed files with 1 additions and 2 deletions
|
|
@ -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))))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue