From cffe35ce7e8f30c94e7ce069f983382e51625b34 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 28 Nov 2013 15:14:55 +0100 Subject: generate tarball in current directory --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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) -- cgit v1.2.1