Revert xz, bzip2 compresses better.

This commit is contained in:
Andrius Štikonas 2017-04-08 17:12:03 +01:00
parent 73ed16ed06
commit 17f5c593ee
2 changed files with 2 additions and 2 deletions

2
pack
View File

@ -53,7 +53,7 @@ for BRANCH in $BRANCHES; do
cd $LCODE-temp cd $LCODE-temp
$TAR --remove-files -cf ../$LCODE-$BRANCH.tar wesnoth* $TAR --remove-files -cf ../$LCODE-$BRANCH.tar wesnoth*
cd .. cd ..
$XZ -9 $LCODE-$BRANCH.tar $BZIP -9 $LCODE-$BRANCH.tar
echo "New archive created." echo "New archive created."
fi fi
rm -rf $BRANCH-temp rm -rf $BRANCH-temp

View File

@ -32,7 +32,7 @@ MSGMERGE=`which msgmerge 2> /dev/null`
MSGINIT=`which msginit 2> /dev/null` MSGINIT=`which msginit 2> /dev/null`
ISUTF8=`which isutf8 2> /dev/null` ISUTF8=`which isutf8 2> /dev/null`
TAR=`which tar 2> /dev/null` TAR=`which tar 2> /dev/null`
XZ=`which xz 2> /dev/null` BZIP=`which bzip2 2> /dev/null`
DIFF=`which diff 2> /dev/null` DIFF=`which diff 2> /dev/null`
# Colors # Colors