gnu: open-adventure: Use INVOKE.
* gnu/packages/games.scm (open-adventure)[arguments]: Use INVOKE.
This commit is contained in:
parent
7b67bb1fab
commit
27cd31e6a5
|
@ -4816,7 +4816,7 @@ at their peak of economic growth and military prowess.
|
||||||
(substitute* "Makefile"
|
(substitute* "Makefile"
|
||||||
((".adoc.6:" line)
|
((".adoc.6:" line)
|
||||||
(string-append line " advent.adoc")))
|
(string-append line " advent.adoc")))
|
||||||
(zero? (system* "make" ".adoc.6"))))
|
(invoke "make" ".adoc.6")))
|
||||||
;; There is no install target
|
;; There is no install target
|
||||||
(replace 'install
|
(replace 'install
|
||||||
(lambda* (#:key outputs #:allow-other-keys)
|
(lambda* (#:key outputs #:allow-other-keys)
|
||||||
|
|
Loading…
Reference in New Issue