]> arthur.barton.de Git - brew-completion.git/commitdiff
Don't include resource forks in distribution archive
authorAlexander Barton <alex@barton.de>
Mon, 7 Jun 2010 11:43:04 +0000 (13:43 +0200)
committerAlexander Barton <alex@barton.de>
Mon, 7 Jun 2010 11:43:04 +0000 (13:43 +0200)
Makefile

index 0de1e8cb23a0c4fd72d456bf225c325b6a6c2040..f6c225a87010ba084fa9639ea2f064bd3979b6c6 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@ maintainer-clean: distclean
 
 dist:
        rel=`grep "^>" ChangeLog | awk "{print \\\$$4 }" | head -n 1`; \
-        tar cvzf $(NAME)-r$$rel.tar.gz \
+        COPYFILE_DISABLE=true tar cvzf $(NAME)-r$$rel.tar.gz \
         --exclude ".git" --exclude "*.tar.gz" --exclude "*.tgz" \
         --exclude "._*" --exclude "*~" --exclude "*.bak" \
         -C .. `basename $$PWD`