diff --git a/GNUmakefile b/GNUmakefile index 8bae18a..73cd05a 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -199,7 +199,7 @@ CURNAME=$(notdir $(shell pwd)) tar: Makefile clean rename rm -f dep libdep - cd ..; tar cvvf $(VERSION).tar.bz2 --use=bzip2 --exclude CVS $(VERSION) + cd ..; tar cvvf $(VERSION).tar.xz --use=xz --exclude CVS $(VERSION) rename: if test $(CURNAME) != $(VERSION); then cd .. && mv $(CURNAME) $(VERSION); fi diff --git a/Makefile b/Makefile index 25943c5..2143ce0 100644 --- a/Makefile +++ b/Makefile @@ -760,7 +760,7 @@ CURNAME=libowfat-0.30 tar: clean rename rm -f dep libdep - cd ..; tar cvvf $(VERSION).tar.bz2 --use=bzip2 --exclude CVS $(VERSION) + cd ..; tar cvvf $(VERSION).tar.xz --use=xz --exclude CVS $(VERSION) rename: if test $(CURNAME) != $(VERSION); then cd .. && mv $(CURNAME) $(VERSION); fi