Do not include scripts folder in the tarball

This commit is contained in:
David Capello 2012-09-14 20:31:17 -03:00
parent 64c50c672f
commit 1426851928

View File

@ -31,7 +31,7 @@ fi
if [ ! -f $distdir.tar.xz ] ; then
cd "$dir/.."
mkdir "$dir/$distdir"
cp --parents $(git ls-files | grep -v -e ^third_party | grep -v -e ^src/allegro) "$dir/$distdir"
cp --parents $(git ls-files | grep -v -e ^third_party | grep -v -e ^src/allegro | grep -v -e ^scripts) "$dir/$distdir"
cp --parents third_party/CMakeLists.txt "$dir/$distdir"
cd "$dir"