CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
Don't tar up the .git directory.
authorTilman Sauerbeck <tilman@crux.nu>
Tue, 14 Nov 2006 21:13:16 +0000 (22:13 +0100)
committerTilman Sauerbeck <tilman@crux.nu>
Tue, 14 Nov 2006 21:13:16 +0000 (22:13 +0100)
Makefile

index 0b1c5d9ba1706f7c4802727c01a869e13dcdb11e..5c1881c71fdecb2e4a09c5b159002a9e4b27d832 100644 (file)
--- 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