guix-commits
[Top][All Lists]
Advanced

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

03/08: gnu: 0ad-data: Use invoke.


From: Mark H. Weaver
Subject: 03/08: gnu: 0ad-data: Use invoke.
Date: Tue, 27 Mar 2018 21:37:05 -0400 (EDT)

mhw pushed a commit to branch core-updates
in repository guix.

commit 6715e1c24f19a5e1eb39c9baae9eebf4238533a7
Author: Mark H Weaver <address@hidden>
Date:   Tue Mar 27 20:26:20 2018 -0400

    gnu: 0ad-data: Use invoke.
    
    * gnu/packages/games.scm (0ad-data)[source]: Use invoke in the snippet.
---
 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 5687270..a04814d 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -4069,7 +4069,7 @@ fight against their plot and save his fellow rabbits from 
slavery.")
                         (let* ((dir (string-append "binaries/data/mods/" name))
                                (file (string-append dir "/" name ".zip"))
                                (unzip #$(file-append unzip "/bin/unzip")))
-                          (system* unzip "-d" dir file)
+                          (invoke unzip "-d" dir file)
                           (delete-file file)))
                       '("mod" "public"))
             #t))))



reply via email to

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