From 4bc2b1184eb52efdbf1892e2258ff617447b95f7 Mon Sep 17 00:00:00 2001 From: Reiner Herrmann Date: Sat, 30 Jul 2016 15:22:27 +0200 Subject: Use xz compression for source tarball --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 44833021e..b5b74c231 100644 --- a/Makefile.in +++ b/Makefile.in @@ -290,13 +290,13 @@ DISTFILES_TEST = "test/apps test/apps-x11 test/environment test/profiles test/ut dist: make distclean - rm -fr $(NAME)-$(VERSION) $(NAME)-$(VERSION).tar.bz2 + rm -fr $(NAME)-$(VERSION) $(NAME)-$(VERSION).tar.xz mkdir -p $(NAME)-$(VERSION)/test cp -a "$(DISTFILES)" $(NAME)-$(VERSION) cp -a "$(DISTFILES_TEST)" $(NAME)-$(VERSION)/test rm -rf $(NAME)-$(VERSION)/src/tools find $(NAME)-$(VERSION) -name .svn -delete - tar -cjvf $(NAME)-$(VERSION).tar.bz2 $(NAME)-$(VERSION) + tar -cJvf $(NAME)-$(VERSION).tar.xz $(NAME)-$(VERSION) rm -fr $(NAME)-$(VERSION) deb: dist -- cgit v1.2.3-54-g00ecf