emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] elpa-admin 7edd6ff 205/357: Dereference symlinks when creating ta


From: Stefan Monnier
Subject: [elpa] elpa-admin 7edd6ff 205/357: Dereference symlinks when creating tarballs
Date: Thu, 10 Dec 2020 18:06:44 -0500 (EST)

branch: elpa-admin
commit 7edd6ffcc8774852f99cb0b32f279d01ebfaa196
Author: Thomas Fitzsimmons <fitzsim@fitzsim.org>
Commit: Thomas Fitzsimmons <fitzsim@fitzsim.org>

    Dereference symlinks when creating tarballs
    
    * GNUmakefile (process-archive): Dereference symlinks when
    creating tarballs.
---
 GNUmakefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/GNUmakefile b/GNUmakefile
index ad29cc6..010d165 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]