summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
Diffstat (limited to 'Master')
-rw-r--r--Master/tlpkg/TeXLive/TLUtils.pm1
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) {