gnu: 0ad-data: Use invoke.

* gnu/packages/games.scm (0ad-data)[source]: Use invoke in the snippet.
master
Mark H Weaver 2018-03-27 20:26:20 -04:00
parent 22fc1b90f0
commit 6715e1c24f
No known key found for this signature in database
GPG Key ID: 7CEF29847562C516
1 changed files with 1 additions and 1 deletions

View File

@ -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))))