8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 06:43:04 +01:00

Changed src tarball format on request of Jiří Činčura

This commit is contained in:
AlexPeshkoff 2020-03-23 15:42:35 +03:00
parent 10138a08f8
commit 767cc7ec5b

View File

@ -73,5 +73,5 @@ cp $SRCROOT/configure .
echo "Creating tarball for $PACKNAME"
cd ..
tar cjf $SRCROOT/gen/$PACKNAME.tar.bz2 $PACKNAME
tar cf - $PACKNAME | xz -9e >$SRCROOT/gen/$PACKNAME.tar.xz
popd >/dev/null 2>&1