diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2015-09-21 13:32:59 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2015-09-21 13:32:59 -0300 |
commit | 5fa1201dd0cb5ee5e29b8ebcb57b265335bbe3e9 (patch) | |
tree | 9ed7f2abe3e0c25c64f005ecc14ec39994e02409 /src | |
parent | 0d2053ea208a5326240331bf44eab52976076c32 (diff) | |
download | luarocks-5fa1201dd0cb5ee5e29b8ebcb57b265335bbe3e9.tar.gz luarocks-5fa1201dd0cb5ee5e29b8ebcb57b265335bbe3e9.tar.bz2 luarocks-5fa1201dd0cb5ee5e29b8ebcb57b265335bbe3e9.zip |
We use lzlib, not lua-zlib
Diffstat (limited to 'src')
-rw-r--r-- | src/luarocks/tools/zip.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/luarocks/tools/zip.lua b/src/luarocks/tools/zip.lua index 83a66434..101cae82 100644 --- a/src/luarocks/tools/zip.lua +++ b/src/luarocks/tools/zip.lua | |||
@@ -1,6 +1,6 @@ | |||
1 | 1 | ||
2 | --- A Lua implementation of .zip file archiving (used for creating .rock files), | 2 | --- A Lua implementation of .zip file archiving (used for creating .rock files), |
3 | -- using only lua-zlib. | 3 | -- using only lzlib. |
4 | --module("luarocks.tools.zip", package.seeall) | 4 | --module("luarocks.tools.zip", package.seeall) |
5 | local zip = {} | 5 | local zip = {} |
6 | 6 | ||