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 --- test/dist-compile/compile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/dist-compile/compile.sh b/test/dist-compile/compile.sh index 2d055c1bd..6332bee9a 100755 --- a/test/dist-compile/compile.sh +++ b/test/dist-compile/compile.sh @@ -55,7 +55,7 @@ cleanup #***************************************************************** print_title "${arr[1]}" echo "$DIST" -tar -xjvf ../../$DIST.tar.bz2 +tar -xJvf ../../$DIST.tar.xz mv $DIST firejail cd firejail -- cgit v1.2.3-54-g00ecf