summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2013-11-28 15:14:55 +0100
committerThierry Vignaud <thierry.vignaud@gmail.com>2013-11-28 15:14:55 +0100
commitcffe35ce7e8f30c94e7ce069f983382e51625b34 (patch)
treea61bcf3ae34cd35dcc5a0b7c1c7d7660a8b64706 /Makefile
parent3e238f2b193eb633d6d993036a11226f7febf8a6 (diff)
downloadcontrol-center-cffe35ce7e8f30c94e7ce069f983382e51625b34.tar
control-center-cffe35ce7e8f30c94e7ce069f983382e51625b34.tar.gz
control-center-cffe35ce7e8f30c94e7ce069f983382e51625b34.tar.bz2
control-center-cffe35ce7e8f30c94e7ce069f983382e51625b34.tar.xz
control-center-cffe35ce7e8f30c94e7ce069f983382e51625b34.zip
generate tarball in current directory
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 20e2b34e..17ef3bc5 100644
--- a/Makefile
+++ b/Makefile
@@ -45,6 +45,6 @@ install: all
dis: dist
dist:
- rm -rf ../$(NAME)-$(VERSION).tar*
- @git archive --prefix=$(NAME)-$(VERSION)/ HEAD | xz >../$(NAME)-$(VERSION).tar.xz;
+ rm -rf $(NAME)-$(VERSION).tar*
+ @git archive --prefix=$(NAME)-$(VERSION)/ HEAD | xz > $(NAME)-$(VERSION).tar.xz;
$(info $(NAME)-$(VERSION).tar.xz is ready)