branch: elpa-admin
commit d4269e6789552c96a646f3393323920fe1bb0021
Author: Mario Lang <[email protected]>
Commit: Mario Lang <[email protected]>
Make sure removal of $(ARCHIVE_TMP)/packages/$(pkg) does not prompt
interactively.
---
GNUmakefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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