diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2015-03-17 22:27:20 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2015-03-17 22:27:20 -0300 |
commit | 855259b52e0e7c5ed81539c975dcaef4469797b9 (patch) | |
tree | dcab53fd1a4f31fda283faee19523e7e274b10f0 /makedist | |
parent | 92d63635a0cd0d336e65e9cd4a8e389bff406cc3 (diff) | |
download | luarocks-855259b52e0e7c5ed81539c975dcaef4469797b9.tar.gz luarocks-855259b52e0e7c5ed81539c975dcaef4469797b9.tar.bz2 luarocks-855259b52e0e7c5ed81539c975dcaef4469797b9.zip |
New set of Makefiles for self-upgrade.
Diffstat (limited to 'makedist')
-rwxr-xr-x | makedist | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -39,8 +39,8 @@ do | |||
39 | cp "$i" "$out/$dir" | 39 | cp "$i" "$out/$dir" |
40 | if echo "$i" | grep -v "/bin/" | grep -q "^src/" | 40 | if echo "$i" | grep -v "/bin/" | grep -q "^src/" |
41 | then | 41 | then |
42 | grep -qw `basename "$i"` Makefile || { | 42 | grep -qw `basename "$i"` Makefile.setup.inc || { |
43 | echo "Missing ref in makefile: $i" | 43 | echo "Missing ref in Makefile.setup.inc: $i" |
44 | touch "missing_ref" | 44 | touch "missing_ref" |
45 | exit 1 | 45 | exit 1 |
46 | } | 46 | } |
@@ -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 test | 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 .. |