From 647cb49db4496dea1d59432ad7c50470a6628783 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 18 May 2015 05:44:17 +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 1cfc14a..97b87a9 100644 --- a/Makefile +++ b/Makefile @@ -40,7 +40,7 @@ clean: # rules to build a distributable rpm dist: menus checktag clean changelog - @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.bz2 is ready) tag: checktag -- cgit v1.2.1