diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -63,8 +63,7 @@ localcopy: clean svn export -q -rBASE . $(NAME)-$(VERSION) tar: - tar cvf ../$(PACKAGE)-$(VERSION).tar $(PACKAGE)-$(VERSION) - bzip2 -9vf ../$(PACKAGE)-$(VERSION).tar + tar cvfY ../$(PACKAGE)-$(VERSION).tar.lzma $(PACKAGE)-$(VERSION) rm -rf $(PACKAGE)-$(VERSION) # rules to build a distributable rpm |