From 136d267606a5cb6e5c14614f4e24b2da36fd82bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C3=A9cureuil?= Date: Tue, 17 Sep 2013 22:33:21 +0200 Subject: Fix tarball creation --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index a5b92cd..eec1f0b 100644 --- a/Makefile +++ b/Makefile @@ -17,10 +17,10 @@ cleandist: clean dir: mkdir $(PACKAGE)-$(VERSION) -localcopy: +localcopy: dir tar c --exclude=.git $(FILES) | tar x -C $(PACKAGE)-$(VERSION) -tar: +tar: localcopy tar cvYf $(PACKAGE)-$(VERSION).tar.xz $(PACKAGE)-$(VERSION) rm -fr $(PACKAGE)-$(VERSION) -- cgit v1.2.1