diff options
Diffstat (limited to 'Master')
-rw-r--r-- | Master/tlpkg/TeXLive/TLConfig.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/TeXLive/TLConfig.pm b/Master/tlpkg/TeXLive/TLConfig.pm index 160852a9d9b..d80063c895e 100644 --- a/Master/tlpkg/TeXLive/TLConfig.pm +++ b/Master/tlpkg/TeXLive/TLConfig.pm @@ -128,7 +128,7 @@ if ($^O =~ /^MSWin/i) { # during the first run of the installer. # texlive-scripts are necessary for mktexlsr, updmap, fmtutil, ... # the installation cannot continue without those -our @InstallExtraRequiredPackages = qw/texlive.scripts kpathsea hyphen-base/; +our @InstallExtraRequiredPackages = qw/texlive-scripts kpathsea hyphen-base/; if ($^O =~ /^MSWin/i) { push @InstallExtraRequiredPackages, "luatex"; } |