guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/04: gnu: open-adventure: Use INVOKE.


From: guix-commits
Subject: 02/04: gnu: open-adventure: Use INVOKE.
Date: Tue, 26 Mar 2019 18:14:21 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 27cd31e6a5f3cdc30741c837eb751707ff249d77
Author: Ricardo Wurmus <address@hidden>
Date:   Tue Mar 26 20:21:40 2019 +0100

    gnu: open-adventure: Use INVOKE.
    
    * gnu/packages/games.scm (open-adventure)[arguments]: Use INVOKE.
---
 gnu/packages/games.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 3a80ba7..3466748 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -4816,7 +4816,7 @@ at their peak of economic growth and military prowess.
                (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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]