From 022b549daca325b6406928e828ee2a02751a8e62 Mon Sep 17 00:00:00 2001 From: Ian Leonard Date: Thu, 8 Nov 2018 19:28:14 +0000 Subject: [PATCH] Makefile: use xz compression in sources tarball creation Signed-off-by: Ian Leonard --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7fad4973f7..a26a9e2803 100644 --- a/Makefile +++ b/Makefile @@ -24,4 +24,4 @@ distclean: rm -rf ./.ccache ./$(BUILD_DIRS) src-pkg: - tar cvjf sources.tar.bz2 sources .stamps + tar cvJf sources.tar.xz sources .stamps