diff options
author | Karl Berry <karl@freefriends.org> | 2008-10-02 00:22:54 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-10-02 00:22:54 +0000 |
commit | 17ce412380ee3da09880569c210e98a4f5f6860f (patch) | |
tree | 6a9441fc0aad1dbca7afe3f8d0569b2f54fe9d93 /Master/tlpkg/bin/tl-update-images | |
parent | 92090712c51bbf2c7667b0b9fe1e78e1566c05c8 (diff) |
message tweaking + use lzma -9
git-svn-id: svn://tug.org/texlive/trunk@10821 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/tl-update-images')
-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 25abe16f76f..7a6f9ed8314 100755 --- a/Master/tlpkg/bin/tl-update-images +++ b/Master/tlpkg/bin/tl-update-images @@ -85,7 +85,7 @@ MAKELIVE () # also make compressed version, helps people downloading test images. # this takes two hours or so, so write to a temp file and then rename. - lzma -v <$live_iso >$live_iso.lzma.part + lzma -9 -v <$live_iso >$live_iso.lzma.part mv $live_iso.lzma.part $live_iso.lzma # make checksums |