summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2015-05-18 05:43:05 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2015-05-18 05:43:05 +0200
commit2e43849020ceff676ba9c071412673b62afda4de (patch)
tree204d215159d264c7f8d8b33b220609e0a1947985
parenta5a1757ed83edee742477ee420358eb1855ec304 (diff)
downloadldetect-2e43849020ceff676ba9c071412673b62afda4de.tar
ldetect-2e43849020ceff676ba9c071412673b62afda4de.tar.gz
ldetect-2e43849020ceff676ba9c071412673b62afda4de.tar.bz2
ldetect-2e43849020ceff676ba9c071412673b62afda4de.tar.xz
ldetect-2e43849020ceff676ba9c071412673b62afda4de.zip
generate tarball in current dir like other projects
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2b8784a..a8b0724 100644
--- a/Makefile
+++ b/Makefile
@@ -63,7 +63,7 @@ dist: dis
dis ../$(NAME)-$(VERSION).tar.xz: tar
tar:
- git archive --prefix=$(NAME)-$(VERSION)/ HEAD | xz >../$(NAME)-$(VERSION).tar.xz;
+ git archive --prefix=$(NAME)-$(VERSION)/ HEAD | xz > $(NAME)-$(VERSION).tar.xz;
$(info $(NAME)-$(VERSION).tar.xz is ready)