diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2018-07-13 23:00:07 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2018-07-18 11:24:07 -0300 |
commit | f4f1adb8f302ce986c2ed9d65934da51f41dd606 (patch) | |
tree | c1a7a2755c39acccb2816a5043a8200fb8e2ec74 /binary | |
parent | 94b25d8922a2bae1c6d5e36bf6b0cffd86d91f2a (diff) | |
download | luarocks-f4f1adb8f302ce986c2ed9d65934da51f41dd606.tar.gz luarocks-f4f1adb8f302ce986c2ed9d65934da51f41dd606.tar.bz2 luarocks-f4f1adb8f302ce986c2ed9d65934da51f41dd606.zip |
fs: make unpack_archive platform-agnostic using specific fs functions
Use luarocks.tools.tar for handling tar files, and add platform-specific
functions fs.zip, fs.unzip, fs.bunzip2, fs.gunzip, giving them native
implementations using Lua modules or alternative implementations using
third-party tools.
Diffstat (limited to 'binary')
-rwxr-xr-x | binary/all_in_one | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/binary/all_in_one b/binary/all_in_one index 882289f5..dcef0fbf 100755 --- a/binary/all_in_one +++ b/binary/all_in_one | |||
@@ -463,7 +463,6 @@ local function main() | |||
463 | 463 | ||
464 | local dependencies = { | 464 | local dependencies = { |
465 | md5 = "md5", | 465 | md5 = "md5", |
466 | luazip = if_platform("unix", "luazip"), | ||
467 | luasec = "./binary/luasec-0.7alpha-2.rockspec", | 466 | luasec = "./binary/luasec-0.7alpha-2.rockspec", |
468 | luaposix = if_platform("unix", "./binary/luaposix-34.0.4-1.rockspec"), | 467 | luaposix = if_platform("unix", "./binary/luaposix-34.0.4-1.rockspec"), |
469 | luasocket = "luasocket", | 468 | luasocket = "luasocket", |