From 60f88180843e7dce1f9fbfa28ae053dd83408b11 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 18 May 2015 05:45:06 +0200 Subject: generate tarball in current dir like other projects --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1