aboutsummaryrefslogtreecommitdiff
path: root/makedist
diff options
context:
space:
mode:
Diffstat (limited to 'makedist')
-rwxr-xr-xmakedist6
1 files changed, 3 insertions, 3 deletions
diff --git a/makedist b/makedist
index 797e1b34..482c77f7 100755
--- a/makedist
+++ b/makedist
@@ -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 ..
68rm -rf "release-unix" 68rm -rf "release-unix"
69 69
70cd "release-windows/$out-win32" 70cd "release-windows/$out-win32"
71rm -rf makedist Makefile configure lfw .travis.yml .gitignore test 71rm -rf makedist Makefile* configure lfw .travis.yml .gitignore test
72cd .. 72cd ..
73zip -r ../"$out-win32.zip" "$out-win32" 73zip -r ../"$out-win32.zip" "$out-win32"
74cd .. 74cd ..