From 532bb929a3231121a804afa7eadaf70f5f0ece58 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Sun, 20 Feb 2022 13:57:50 +0000 Subject: Fix typo in package name git-svn-id: svn://tug.org/texlive/trunk@62096 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/TeXLive/TLConfig.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; } -- cgit v1.2.3