Skip to content

Commit

Permalink
Ignore 'autom4te.cache' directory in tarball
Browse files Browse the repository at this point in the history
  • Loading branch information
Hendrik Baecker committed Jul 15, 2009
1 parent 400a513 commit 454b4f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make-tarball
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pushd ..
if [ ! -d $PACKAGE-$1 ]; then
ln -s `basename $PWDSAVE` $PACKAGE-$1
fi
tar zhcvf $PACKAGE-$1.tar.gz --exclude RCS --exclude CVS --exclude ".git" --exclude build-* --exclude *~ --exclude .\#* $PACKAGE-$1
tar zhcvf $PACKAGE-$1.tar.gz --exclude RCS --exclude CVS --exclude ".git" --exclude autom4te.cache --exclude build-* --exclude *~ --exclude .\#* $PACKAGE-$1
#rm $PACKAGE-$1
popd

0 comments on commit 454b4f1

Please sign in to comment.