diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2010-09-13 14:02:33 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2010-09-13 14:02:33 -0300 |
commit | 00c9d0ef267053a5db3f5102655e694fae5aa27a (patch) | |
tree | e44c07032cec715863cf25e9f23d7be25bb98fa8 | |
parent | 340adc215813ac6a892c62f6f98f90a2479def12 (diff) | |
download | luarocks-00c9d0ef267053a5db3f5102655e694fae5aa27a.tar.gz luarocks-00c9d0ef267053a5db3f5102655e694fae5aa27a.tar.bz2 luarocks-00c9d0ef267053a5db3f5102655e694fae5aa27a.zip |
Don't ship COPYING.lua on Unix: we don't redistribute Lua there
-rwxr-xr-x | makedist | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49,7 +49,7 @@ mkdir "release-windows" | |||
49 | mv "$out" "release-windows/$out-win32" | 49 | mv "$out" "release-windows/$out-win32" |
50 | 50 | ||
51 | cd "release-unix/$out" | 51 | cd "release-unix/$out" |
52 | rm -rf makedist install.bat COPYING.7z win32 lfw src/bin/rclauncher.c | 52 | rm -rf makedist install.bat COPYING.lua COPYING.7z win32 lfw src/bin/rclauncher.c |
53 | cd .. | 53 | cd .. |
54 | tar czvpf ../"$out.tar.gz" "$out" | 54 | tar czvpf ../"$out.tar.gz" "$out" |
55 | cd .. | 55 | cd .. |