diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -66,7 +66,7 @@ localcopy: clean svn export -q -rBASE . $(NAME)-$(VERSION) tar: - tar cfY ../$(PACKAGE)-$(VERSION).tar.lzma $(PACKAGE)-$(VERSION) + tar cfa ../$(PACKAGE)-$(VERSION).tar.lzma $(PACKAGE)-$(VERSION) rm -rf $(PACKAGE)-$(VERSION) dist: cleandist localcopy tar |