File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2121
2222CASK? =cask
2323EMACS? =emacs
24- TAR? =bsdtar
24+ TAR?=COPYFILE_DISABLE =1 bsdtar
2525PANDOC? =pandoc --atx-headers
2626
2727VERSION? =$(shell $(CASK ) version)
@@ -46,7 +46,7 @@ $(ARCHIVE_NAME)-pkg.el: $(ARCHIVE_NAME).el
4646
4747# create a tar ball in package.el format for uploading to http://marmalade-repo.org
4848$(PACKAGE_NAME ) .tar : README $(ARCHIVE_NAME ) .el $(ARCHIVE_NAME ) -pkg.el $(ARCHIVE_NAME ) .info dir drupal/* .el drupal-tests.el drush-make-mode.el
49- COPYFILE_DISABLE=1 $(TAR ) -c -s " @^@$( PACKAGE_NAME) /@" -f $(PACKAGE_NAME ) .tar $^
49+ $(TAR ) -c -s " @^@$( PACKAGE_NAME) /@" -f $(PACKAGE_NAME ) .tar $^
5050
5151install : $(PACKAGE_NAME ) .tar
5252 $(EMACS ) --batch -l package -f package-initialize --eval " (package-install-file \" $( PWD) /$( PACKAGE_NAME) .tar\" )"
You can’t perform that action at this time.
0 commit comments