diff options
author | Norbert Preining <preining@logic.at> | 2008-01-21 14:54:39 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2008-01-21 14:54:39 +0000 |
commit | 2fdbd2b0daeedfde005688144be022f74dfce4ca (patch) | |
tree | 8ae4e148fb8b591ce3e21e5b3c0e7573543667c3 /Master/tlpkg | |
parent | 2d1bce4f1d761ee240c2b9242688596ef0cef466 (diff) |
fix windows installation
git-svn-id: svn://tug.org/texlive/trunk@6356 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/TeXLive/TLUtils.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Master/tlpkg/TeXLive/TLUtils.pm b/Master/tlpkg/TeXLive/TLUtils.pm index 470ba93b168..60ddacb3c97 100644 --- a/Master/tlpkg/TeXLive/TLUtils.pm +++ b/Master/tlpkg/TeXLive/TLUtils.pm @@ -647,6 +647,7 @@ sub install_package { if (win32()) { $wget = conv_to_win_path("$bindir/wget.exe"); $tar = conv_to_win_path("$bindir/bsdtar.exe"); + $lzmadec = conv_to_win_path("$lzmadec"); $target =~ s!/!\\!g; } if (ref $what) { |