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

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

[elpa] 01/01: Make sure removal of $(ARCHIVE_TMP)/packages/$(pkg) does n


From: Mario Lang
Subject: [elpa] 01/01: Make sure removal of $(ARCHIVE_TMP)/packages/$(pkg) does not prompt interactively.
Date: Wed, 21 May 2014 21:28:09 +0000

mlang pushed a commit to branch master
in repository elpa.

commit 3aa66fc408d73f063b19332643c5bb43f2bc2512
Author: Mario Lang <address@hidden>
Date:   Wed May 21 23:27:44 2014 +0200

    Make sure removal of $(ARCHIVE_TMP)/packages/$(pkg) does not prompt 
interactively.
---
 GNUmakefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/GNUmakefile b/GNUmakefile
index 4df319d..03a25f2 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -55,7 +55,7 @@ process-archive:
              if [ -d $$pt ]; then                              \
                  echo "Creating tarball $${pt}.tar" &&         \
                  tar -cf $${pt}.tar $$pt -X "$$ignore";        \
-                 rm -r $${pt};                                 \
+                 rm -rf $${pt};                                \
              fi;                                               \
          done
        mkdir -p archive/packages



reply via email to

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