diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2015-03-17 15:51:28 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2015-03-17 15:51:28 -0300 |
commit | 8649a4e18181ec342890a041f5ba9625b0d481d4 (patch) | |
tree | 2a6a1681ff5850c526cbaf3036c5e6599feb35e8 /makedist | |
parent | c7a704a5c3df77be9af0d41e0cc9beab4f6f7f77 (diff) | |
download | luarocks-2.2.1.tar.gz luarocks-2.2.1.tar.bz2 luarocks-2.2.1.zip |
Release LuaRocks 2.2.1v2.2.1
Diffstat (limited to 'makedist')
-rwxr-xr-x | makedist | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -68,7 +68,7 @@ cd .. | |||
68 | rm -rf "release-unix" | 68 | rm -rf "release-unix" |
69 | 69 | ||
70 | cd "release-windows/$out-win32" | 70 | cd "release-windows/$out-win32" |
71 | rm -rf makedist Makefile configure lfw .travis.yml .gitignore | 71 | rm -rf makedist Makefile configure lfw .travis.yml .gitignore test |
72 | cd .. | 72 | cd .. |
73 | zip -r ../"$out-win32.zip" "$out-win32" | 73 | zip -r ../"$out-win32.zip" "$out-win32" |
74 | cd .. | 74 | cd .. |