diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2015-11-16 15:27:56 -0200 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2015-11-16 15:27:56 -0200 |
commit | 2b8301c6c41707fbf2778a1273761f31d771206a (patch) | |
tree | fe3ba277aa14ae44dd5b0b0e325b8feddf0daa8f | |
parent | 8fe1bbd627bae2da2d1b7d8e376a35ebf5626d2e (diff) | |
download | luarocks-2b8301c6c41707fbf2778a1273761f31d771206a.tar.gz luarocks-2b8301c6c41707fbf2778a1273761f31d771206a.tar.bz2 luarocks-2b8301c6c41707fbf2778a1273761f31d771206a.zip |
Do not distribute appveyor files in release packages.
-rwxr-xr-x | makedist | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -61,14 +61,14 @@ mkdir "release-windows" | |||
61 | mv "$out" "release-windows/$out-win32" | 61 | mv "$out" "release-windows/$out-win32" |
62 | 62 | ||
63 | cd "release-unix/$out" | 63 | cd "release-unix/$out" |
64 | rm -rf makedist install.bat COPYING_lua COPYING_7z COPYING_win win32 lfw .travis.yml .gitignore | 64 | rm -rf makedist install.bat COPYING_lua COPYING_7z COPYING_win win32 lfw .travis.yml .gitignore appveyor* .appveyor |
65 | cd .. | 65 | cd .. |
66 | tar czvpf ../"$out.tar.gz" "$out" | 66 | tar czvpf ../"$out.tar.gz" "$out" |
67 | cd .. | 67 | 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 test | 71 | rm -rf makedist Makefile* configure lfw .travis.yml .gitignore test appveyor* .appveyor |
72 | cd .. | 72 | cd .. |
73 | zip -r ../"$out-win32.zip" "$out-win32" | 73 | zip -r ../"$out-win32.zip" "$out-win32" |
74 | cd .. | 74 | cd .. |