summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2015-05-18 05:45:06 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2015-05-18 05:45:06 +0200
commit60f88180843e7dce1f9fbfa28ae053dd83408b11 (patch)
treeeca5d9037578b4e7cb7df0f85b393e4f2bd68cfe
parenta32a57e7dded9312bb8e9acfd03c715f6e477094 (diff)
downloadldetect-lst-60f88180843e7dce1f9fbfa28ae053dd83408b11.tar
ldetect-lst-60f88180843e7dce1f9fbfa28ae053dd83408b11.tar.gz
ldetect-lst-60f88180843e7dce1f9fbfa28ae053dd83408b11.tar.bz2
ldetect-lst-60f88180843e7dce1f9fbfa28ae053dd83408b11.tar.xz
ldetect-lst-60f88180843e7dce1f9fbfa28ae053dd83408b11.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 58d3f957..7f9bc74a 100644
--- a/Makefile
+++ b/Makefile
@@ -28,7 +28,7 @@ install: build
dist: dis
dis:
- git archive --prefix=$(NAME)-$(VERSION)/ HEAD | xz >../$(NAME)-$(VERSION).tar.xz;
+ git archive --prefix=$(NAME)-$(VERSION)/ HEAD | xz > $(NAME)-$(VERSION).tar.xz;
$(info $(shell dirname $$PWD)/$(NAME)-$(VERSION).tar.xz is ready)
# Makefile ends here