diff options
author | Karl Berry <karl@freefriends.org> | 2010-07-20 00:21:55 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-07-20 00:21:55 +0000 |
commit | 8f924a255dd445fbfc7c8b08874f44d33b65214d (patch) | |
tree | 43e1be81a8108120d7da96151281e5b74dff9553 /Master/tlpkg | |
parent | 5ceb340a8de713dd8553fdb7c3b53e8c5f381e64 (diff) |
(XZ_OPT): bump to (default) 6 for putatively final tarballs.
git-svn-id: svn://tug.org/texlive/trunk@19541 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/bin/tl-update-images | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tl-update-images b/Master/tlpkg/bin/tl-update-images index c09a610df25..621ca8e2954 100755 --- a/Master/tlpkg/bin/tl-update-images +++ b/Master/tlpkg/bin/tl-update-images @@ -19,7 +19,7 @@ target=/home/ftp/texlive/Images/test renice +19 -p $$ >/dev/null 2>&1 umask 0 unset CDPATH # avoid output from cd -XZ_OPT=-1; export XZ_OPT # compression level, -9 for slowest-but-most, +XZ_OPT=-6; export XZ_OPT # compression level, -9 for slowest-but-most, # which is not worth the time. mydir=`cd \`dirname $0\` && /bin/pwd` |