summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2022-02-20 13:57:50 +0000
committerNorbert Preining <preining@logic.at>2022-02-20 13:57:50 +0000
commit532bb929a3231121a804afa7eadaf70f5f0ece58 (patch)
treebfd731ebac5c5e92b1e12e740a5c85e59aa6458f
parent176e68d07b0c9a121c2b2d675fba4a10ebda8349 (diff)
Fix typo in package name
git-svn-id: svn://tug.org/texlive/trunk@62096 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/tlpkg/TeXLive/TLConfig.pm2
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";
}