summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2013-11-28 15:24:04 +0100
committerThierry Vignaud <thierry.vignaud@gmail.com>2013-11-28 15:24:21 +0100
commit968bace1e1baa9c06155594eecb8774995f1ba39 (patch)
treeded843411af7d0218ba4b744075d207e3785bc4e /Makefile
parenta79fe755f730aaa3e1a1a613cd77730f0f0f1eb3 (diff)
downloaddrakwizard-968bace1e1baa9c06155594eecb8774995f1ba39.tar
drakwizard-968bace1e1baa9c06155594eecb8774995f1ba39.tar.gz
drakwizard-968bace1e1baa9c06155594eecb8774995f1ba39.tar.bz2
drakwizard-968bace1e1baa9c06155594eecb8774995f1ba39.tar.xz
drakwizard-968bace1e1baa9c06155594eecb8774995f1ba39.zip
drop useless rm
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 92df03e3..fddcb8b3 100644
--- a/Makefile
+++ b/Makefile
@@ -63,7 +63,6 @@ clean:
dist: clean
find . -maxdepth 2 -name '*.p[lm]' -print0 | xargs -t -0 -n1 perl -cw \
-I/usr/lib/libDrakX > /dev/null 2>&1
- rm -rf ../$(NAME)-$(VERSION).tar*
@git archive --prefix=$(NAME)-$(VERSION)/ HEAD | xz >../$(NAME)-$(VERSION).tar.xz;
$(info $(NAME)-$(VERSION).tar.xz is ready)