diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2018-06-24 19:06:34 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2018-06-24 19:08:36 -0300 |
commit | 405ee29ba8444d97646f62e72effeaff2bfe3f79 (patch) | |
tree | 996392af4b60a68a29a3a85599e9c20a1216fa54 | |
parent | 52638d30e93977a8bfb11c30785b73394aef7d74 (diff) | |
download | luarocks-405ee29ba8444d97646f62e72effeaff2bfe3f79.tar.gz luarocks-405ee29ba8444d97646f62e72effeaff2bfe3f79.tar.bz2 luarocks-405ee29ba8444d97646f62e72effeaff2bfe3f79.zip |
makedist: no more unrelated licenses in the root dir
-rwxr-xr-x | makedist | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -108,7 +108,7 @@ mkdir "release-windows" | |||
108 | mv "$out" "release-windows/$out-win32" | 108 | mv "$out" "release-windows/$out-win32" |
109 | 109 | ||
110 | cd "release-unix/$out" | 110 | cd "release-unix/$out" |
111 | rm -rf makedist install.bat COPYING_lua COPYING_7z COPYING_win win32 lfw .travis.yml .gitignore appveyor* .appveyor | 111 | rm -rf makedist install.bat win32 lfw .travis.yml .gitignore appveyor* .appveyor |
112 | cd .. | 112 | cd .. |
113 | tar czvpf ../"$out.tar.gz" "$out" | 113 | tar czvpf ../"$out.tar.gz" "$out" |
114 | cd .. | 114 | cd .. |