From: Alexander Barton Date: Mon, 7 Jun 2010 11:43:04 +0000 (+0200) Subject: Don't include resource forks in distribution archive X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ae587af416bc424034cbae66b0b662416191737;p=brew-completion.git Don't include resource forks in distribution archive --- diff --git a/Makefile b/Makefile index 0de1e8c..f6c225a 100644 --- 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`