X-Git-Url: https://code.delx.au/gnu-emacs-elpa/blobdiff_plain/0ded730347c5d42900b28ba3fd307e7da828f280..721c270052e4e4fc671472ac871d6fe61be3681b:/GNUmakefile diff --git a/GNUmakefile b/GNUmakefile index ad29cc696..010d16585 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -63,7 +63,7 @@ process-archive: fi; \ if [ -d $$pt ]; then \ echo "Creating tarball $${pt}.tar" && \ - tar -cf $${pt}.tar $$pt --exclude-vcs -X "$$ignore"; \ + tar -chf $${pt}.tar $$pt --exclude-vcs -X "$$ignore"; \ rm -rf $${pt}; \ fi; \ done