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

commit 6715e1c24f19a5e1eb39c9baae9eebf4238533a7
Author: Mark H Weaver <[email protected]>
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