gnu: open-adventure: Use INVOKE.

* gnu/packages/games.scm (open-adventure)[arguments]: Use INVOKE.
This commit is contained in:
Ricardo Wurmus 2019-03-26 20:21:40 +01:00
parent 7b67bb1fab
commit 27cd31e6a5
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -4816,7 +4816,7 @@ (define-public open-adventure
(substitute* "Makefile"
((".adoc.6:" line)
(string-append line " advent.adoc")))
(zero? (system* "make" ".adoc.6"))))
(invoke "make" ".adoc.6")))
;; There is no install target
(replace 'install
(lambda* (#:key outputs #:allow-other-keys)