aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2010-09-10 11:15:13 -0300
committerHisham Muhammad <hisham@gobolinux.org>2010-09-10 11:15:13 -0300
commitcfeb7fd129c58f283668a1142ed653d51465ca85 (patch)
treec7b4d2381b0b53f61890b81fd438b3b77bba4c10
parent75b1f4605b7d477f6d0758a780d0a9dde85a3bd8 (diff)
downloadluarocks-2.0.3.tar.gz
luarocks-2.0.3.tar.bz2
luarocks-2.0.3.zip
Update makedist to build based on Git treev2.0.3
-rwxr-xr-xmakedist6
1 files changed, 3 insertions, 3 deletions
diff --git a/makedist b/makedist
index 74983abf..44ba3cd4 100755
--- a/makedist
+++ b/makedist
@@ -56,9 +56,9 @@ cd ..
56rm -rf "release-unix" 56rm -rf "release-unix"
57 57
58cd "release-windows/$out-win32" 58cd "release-windows/$out-win32"
59cp -a win32/* . 59cp -va win32/* .
60rm -rf makedist configure lfw 60rm -rf makedist Makefile configure lfw win32
61cd .. 61cd ..
62zip -r ../"$out-win32.zip" "$out-win32" 62zip -r ../"$out-win32.zip" "$out-win32"
63cd .. 63cd ..
64rm -rf "release-windows" 64rm -rf "release-windows" \ No newline at end of file