From 9ae587af416bc424034cbae66b0b662416191737 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Mon, 7 Jun 2010 13:43:04 +0200 Subject: [PATCH] Don't include resource forks in distribution archive --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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` -- 2.39.2