Don't tar up the .git directory.

This commit is contained in:
Tilman Sauerbeck 2006-11-14 22:13:16 +01:00
parent 3309e1f843
commit d7fbaa0936

View File

@ -82,7 +82,7 @@ dist: distclean
mkdir -p /tmp/pkgutils-$(VERSION)
git-log > ChangeLog
cp -rf . /tmp/pkgutils-$(VERSION)
tar -C /tmp --exclude .svn -czvf ../pkgutils-$(VERSION).tar.gz pkgutils-$(VERSION)
tar -C /tmp --exclude .git -czvf ../pkgutils-$(VERSION).tar.gz pkgutils-$(VERSION)
rm -rf /tmp/pkgutils-$(VERSION)
install: all