aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
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