From 8317bf35a3bbc79244530a4d03802cb921f190d7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 28 Jan 2026 14:28:54 +0100 Subject: fix tar command --- makesrc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makesrc.sh b/makesrc.sh index 8111001..4e9292b 100755 --- a/makesrc.sh +++ b/makesrc.sh @@ -10,7 +10,7 @@ else git clone --recursive --depth 1 --shallow-submodules https://github.com/qelectrotech/qelectrotech-source-mirror.git --branch $VERSION $NAME-$VERSION echo "Archiving..." - tar czf $NAME-$VERSION.tar.xz --exclude-vcs $NAME-$VERSION + tar cJf $NAME-$VERSION.tar.xz --exclude-vcs $NAME-$VERSION echo "Cleaning..." rm -rf $NAME-$VERSION -- cgit