add a couple of file patterns I missed, and make names consistent.
This commit is contained in:
@@ -52,6 +52,7 @@ mkdir dist
|
|||||||
echo './dist'
|
echo './dist'
|
||||||
echo '*/.hg*'
|
echo '*/.hg*'
|
||||||
echo './autoconf/m4'
|
echo './autoconf/m4'
|
||||||
|
echo './autom4te.cache'
|
||||||
echo './autogen.sh'
|
echo './autogen.sh'
|
||||||
echo './aclocal.m4'
|
echo './aclocal.m4'
|
||||||
echo '*/*.a[mc]'
|
echo '*/*.a[mc]'
|
||||||
@@ -76,5 +77,6 @@ mkdir dist
|
|||||||
echo '*.lib'
|
echo '*.lib'
|
||||||
echo '*.dll'
|
echo '*.dll'
|
||||||
echo '*.exe'
|
echo '*.exe'
|
||||||
|
echo '*.bat'
|
||||||
fi
|
fi
|
||||||
} | tar cvjf "dist/StepMania-$1.tar.bz2" -X- . --transform "s,^\.,stepmania-$1,"
|
} | tar cvjf "dist/stepmania-$1-src.tar.bz2" -X- . --transform "s,^\.,stepmania-$1,"
|
||||||
|
|||||||
Reference in New Issue
Block a user