Skip to content

Commit

Permalink
Use a higher compression level for xz
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Jan 1, 2022
1 parent ff11ad4 commit 1092590
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions make-msys2-installer
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ create_archives() {
popd > /dev/null

pushd ${_newmsysbase} > /dev/null
export XZ_OPT="-e9T0"
local _compress_cmd2="/usr/bin/tar --transform='s/:/_/g' --dereference --hard-dereference -cJf ${_thisdir}/${_filename2} msys${_bitness}"
echo "Run: ${_compress_cmd2} ..." | tee -a ${_log}
eval "${_compress_cmd2}" 2>&1 | tee -a ${_log}
Expand Down

0 comments on commit 1092590

Please sign in to comment.