diff options
| -rwxr-xr-x | makesrc.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
