From: Tilman Sauerbeck Date: Tue, 14 Nov 2006 21:13:16 +0000 (+0100) Subject: Don't tar up the .git directory. X-Git-Url: http://gitweb/?a=commitdiff_plain;h=d7fbaa09361f5b98a49ff0b3b179f2da5f574561;p=pkgutils-cross.git Don't tar up the .git directory. --- diff --git a/Makefile b/Makefile index 0b1c5d9..5c1881c 100644 --- a/Makefile +++ b/Makefile @@ -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