gnu: 0ad-data: Use invoke.
* gnu/packages/games.scm (0ad-data)[source]: Use invoke in the snippet.
This commit is contained in:
parent
22fc1b90f0
commit
6715e1c24f
|
@ -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))))
|
||||
|
|
Loading…
Reference in New Issue