summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/tl-update-images
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-10-19 16:08:59 +0000
committerKarl Berry <karl@freefriends.org>2019-10-19 16:08:59 +0000
commit49ea40123197f52d14c0ce25a2779c533ee76052 (patch)
tree03120704d0d10a7db43fb12a186a03353b73afd1 /Master/tlpkg/bin/tl-update-images
parent6bb29a35800bd1c157d95a936ec49e7bca7d980c (diff)
check-tlnet-consistency: also rmdir $tempbase, else empty temp/
directory is left behind in a new tlnet repo. tl-update-images: try -e for xz for extra cpu-based compression. tl-try-install: rewrite with options. git-svn-id: svn://tug.org/texlive/trunk@52442 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/tl-update-images')
-rwxr-xr-xMaster/tlpkg/bin/tl-update-images4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/bin/tl-update-images b/Master/tlpkg/bin/tl-update-images
index d79b5b86536..e2191c0bb1e 100755
--- a/Master/tlpkg/bin/tl-update-images
+++ b/Master/tlpkg/bin/tl-update-images
@@ -19,8 +19,8 @@ target=/home/ftp/texlive/Images/test
renice +19 -p $$ >/dev/null 2>&1
umask 0
unset CDPATH # avoid output from cd
-XZ_OPT=-6; export XZ_OPT # compression level, -9 for slowest-but-most,
- # which is not worth the (excessive) time.
+XZ_OPT=-6e; export XZ_OPT # compression level, -9 for slowest-but-most,
+ # which is not worth the (excessive) time.
mydir=`cd \`dirname $0\` && /bin/pwd`
cd $mydir || exit 1 # the Master/tlpkg/bin directory