From f4f1adb8f302ce986c2ed9d65934da51f41dd606 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Fri, 13 Jul 2018 23:00:07 -0300 Subject: 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. --- binary/all_in_one | 1 - 1 file changed, 1 deletion(-) (limited to 'binary') 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() local dependencies = { md5 = "md5", - luazip = if_platform("unix", "luazip"), luasec = "./binary/luasec-0.7alpha-2.rockspec", luaposix = if_platform("unix", "./binary/luaposix-34.0.4-1.rockspec"), luasocket = "luasocket", -- cgit v1.2.3-55-g6feb