diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -1,5 +1,5 @@ PACKAGE = mageia-lxde-config -VERSION = 0.6.1 +VERSION = 0.6.2 prefix=$(prefix) lxdeprofdir=$(localstatedir)/mageia/lxde-profiles @@ -26,8 +26,7 @@ localcopy: svn export -q -rBASE . $(PACKAGE)-$(VERSION) tar: localcopy - tar cvf $(PACKAGE)-$(VERSION).tar $(PACKAGE)-$(VERSION) - bzip2 -9vf $(PACKAGE)-$(VERSION).tar + tar cvJf $(PACKAGE)-$(VERSION).tar.xz $(PACKAGE)-$(VERSION) rm -rf $(PACKAGE)-$(VERSION) dist: cleandist localcopy tar |