From e65eff1f3174c61ab6204fc4f7eda9cb2ba88490 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 18 May 2015 05:35:54 +0200 Subject: generate tarball in current dir like other projects --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2280cad..530155f 100644 --- a/Makefile +++ b/Makefile @@ -86,6 +86,6 @@ VERSION = $(UPSTREAM_VERSION).5 dist: rm -rf ../$(NAME)-$(VERSION).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.lzma is ready) -- cgit v1.2.1