summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmakesrc.sh2
1 files changed, 1 insertions, 1 deletions
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