From 0d5140b40c15bbb3163f4de354e1eaf0480800d1 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 18 May 2015 05:43:27 +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 68421ab..e3419ee 100644 --- a/Makefile +++ b/Makefile @@ -48,7 +48,7 @@ localcopy: # rules to build a distributable dist dist: cleandist - @git archive --prefix=$(PACKAGE)-$(VERSION)/ HEAD | xz >../$(PACKAGE)-$(VERSION).tar.xz; + @git archive --prefix=$(PACKAGE)-$(VERSION)/ HEAD | xz > $(PACKAGE)-$(VERSION).tar.xz; $(info $(PACKAGE)-$(VERSION).tar.xz is ready) tag: -- cgit v1.2.1