summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/support/bibtexperllibs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/support/bibtexperllibs/Makefile')
-rw-r--r--Master/texmf-dist/source/support/bibtexperllibs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/source/support/bibtexperllibs/Makefile b/Master/texmf-dist/source/support/bibtexperllibs/Makefile
index 8590d7c549c..ba762569fea 100644
--- a/Master/texmf-dist/source/support/bibtexperllibs/Makefile
+++ b/Master/texmf-dist/source/support/bibtexperllibs/Makefile
@@ -19,4 +19,4 @@ install:
for dir in ${DIRS}; do cd $$dir; ${MAKE} -f Makefile.TDS install; cd ..; done
archive:
- tar -czvf $(PACKAGE).tgz -C .. --exclude '*~' --exclude '*.tgz' --exclude CVS $(PACKAGE)
+ COPYFILE_DISABLE=1 tar -czvf $(PACKAGE).tgz -C .. --exclude '*~' --exclude '*.tgz' --exclude CVS $(PACKAGE)