aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorLibravatar Reiner Herrmann <reiner@reiner-h.de>2016-07-30 15:22:27 +0200
committerLibravatar Reiner Herrmann <reiner@reiner-h.de>2016-07-30 15:33:14 +0200
commit4bc2b1184eb52efdbf1892e2258ff617447b95f7 (patch)
tree61c5e3d36fe95a2baf5d430dc489d79b04edfe12 /Makefile.in
parentfixes (diff)
downloadfirejail-4bc2b1184eb52efdbf1892e2258ff617447b95f7.tar.gz
firejail-4bc2b1184eb52efdbf1892e2258ff617447b95f7.tar.zst
firejail-4bc2b1184eb52efdbf1892e2258ff617447b95f7.zip
Use xz compression for source tarball
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
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
290 290
291dist: 291dist:
292 make distclean 292 make distclean
293 rm -fr $(NAME)-$(VERSION) $(NAME)-$(VERSION).tar.bz2 293 rm -fr $(NAME)-$(VERSION) $(NAME)-$(VERSION).tar.xz
294 mkdir -p $(NAME)-$(VERSION)/test 294 mkdir -p $(NAME)-$(VERSION)/test
295 cp -a "$(DISTFILES)" $(NAME)-$(VERSION) 295 cp -a "$(DISTFILES)" $(NAME)-$(VERSION)
296 cp -a "$(DISTFILES_TEST)" $(NAME)-$(VERSION)/test 296 cp -a "$(DISTFILES_TEST)" $(NAME)-$(VERSION)/test
297 rm -rf $(NAME)-$(VERSION)/src/tools 297 rm -rf $(NAME)-$(VERSION)/src/tools
298 find $(NAME)-$(VERSION) -name .svn -delete 298 find $(NAME)-$(VERSION) -name .svn -delete
299 tar -cjvf $(NAME)-$(VERSION).tar.bz2 $(NAME)-$(VERSION) 299 tar -cJvf $(NAME)-$(VERSION).tar.xz $(NAME)-$(VERSION)
300 rm -fr $(NAME)-$(VERSION) 300 rm -fr $(NAME)-$(VERSION)
301 301
302deb: dist 302deb: dist