diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2015-05-18 05:45:06 +0200 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2015-05-18 05:45:06 +0200 |
commit | 60f88180843e7dce1f9fbfa28ae053dd83408b11 (patch) | |
tree | eca5d9037578b4e7cb7df0f85b393e4f2bd68cfe | |
parent | a32a57e7dded9312bb8e9acfd03c715f6e477094 (diff) | |
download | ldetect-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |