summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2009-04-29 16:37:55 +0000
committerNorbert Preining <preining@logic.at>2009-04-29 16:37:55 +0000
commite200025333cf900ea59ba404da782769393a11a8 (patch)
tree9e1a2574cf57f1c0e90af12e08d799500616fe6b
parentb64f70af0132276e103cccde4d0b13142a1ca9d6 (diff)
fix lzma->xz
git-svn-id: svn://tug.org/texlive/branches/branch2009-dev@12866 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/tlpkg/TeXLive/TLUtils.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/TeXLive/TLUtils.pm b/Master/tlpkg/TeXLive/TLUtils.pm
index 8a6cbcb6613..ed5e7380fcf 100644
--- a/Master/tlpkg/TeXLive/TLUtils.pm
+++ b/Master/tlpkg/TeXLive/TLUtils.pm
@@ -1223,7 +1223,7 @@ sub install_package {
} else {
# we are downloading it from CD, so we can unlink it to save
# disk space
- unlink($lzmafile);
+ unlink($xzfile);
}
} else {
tlwarn("Sorry, no idea how to install $what\n");