From f2a5634ade324017b09c6da4dcc78aa49e70e8cf Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 3 Jan 2012 21:11:14 +0000 Subject: (tar) simplify after converting localcopy to svn export --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e3b6b98..bc03241 100644 --- a/Makefile +++ b/Makefile @@ -27,13 +27,12 @@ install: install -m755 emi ulri $(bindir)/ tar: - tar cvf $(PACKAGE)-$(VERSION).tar --exclude=.svn --exclude=.perl_checker --exclude='*~' $(PACKAGE)-$(VERSION) + tar cfa $(PACKAGE)-$(VERSION).tar.xz $(PACKAGE)-$(VERSION) rm -rf $(PACKAGE)-$(VERSION) localcopy: rm -fr $(PACKAGE)-$(VERSION) svn export -q -rBASE . $(PACKAGE)-$(VERSION) - #tar c --exclude=.svn --exclude=.perl_checker --exclude='*~' $(FILES) | tar x -C $(PACKAGE)-$(VERSION) localrpm: tar $(RPM) cp -f $(NAME)-$(VERSION).tar $(RPM)/SOURCES -- cgit v1.2.1