summaryrefslogtreecommitdiff
path: root/Master/tlpkg/TeXLive/TLUtils.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/TeXLive/TLUtils.pm')
-rw-r--r--Master/tlpkg/TeXLive/TLUtils.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/TeXLive/TLUtils.pm b/Master/tlpkg/TeXLive/TLUtils.pm
index 9bf03ad6b8e..bd61074410b 100644
--- a/Master/tlpkg/TeXLive/TLUtils.pm
+++ b/Master/tlpkg/TeXLive/TLUtils.pm
@@ -712,8 +712,8 @@ sub setup_programs {
if (win32()) {
$::progs{'wget'} = conv_to_win_path("$bindir/wget.exe");
$::progs{'tar'} = conv_to_win_path("$bindir/tar.exe");
- $::progs{'lzmadec'} = conv_to_win_path($::progs{'lzmadec'});
- $::progs{'lzma'} = conv_to_win_path($::progs{'lzma'});
+ $::progs{'lzmadec'} = conv_to_win_path("$bindir/lzmadec.win32.exe");
+ $::progs{'lzma'} = conv_to_win_path("$bindir/lzma.exe");
}
}