From 4810ab5043d7e6b8ebfe68eb09434c86bcc11e6f Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Sun, 22 Apr 2012 19:59:47 +0000 Subject: 2.0 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 161c78e..09b6fd4 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ NAME = draklive -VERSION = 1.4 +VERSION = 2.0 check: perl -cw -I./lib $(NAME) @@ -23,7 +23,7 @@ dis: clean dist-svn: rm -rf $(NAME)-$(VERSION) svn export -q -rBASE . $(NAME)-$(VERSION) - tar cfJ ../$(NAME)-$(VERSION).tar.xz $(NAME)-$(VERSION) + tar cfa ../$(NAME)-$(VERSION).tar.xz $(NAME)-$(VERSION) rm -rf $(NAME)-$(VERSION) dist-git: -- cgit v1.2.1