From 4f18561a9a44fd28c0f13f1e9a85d17f8570bf32 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Sat, 19 Feb 2022 23:41:04 +0000 Subject: Add kpathsea and hyphen-base to InstallExtraRequiredPackages git-svn-id: svn://tug.org/texlive/trunk@62091 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 ceca57655ff..160852a9d9b 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/; +our @InstallExtraRequiredPackages = qw/texlive.scripts kpathsea hyphen-base/; if ($^O =~ /^MSWin/i) { push @InstallExtraRequiredPackages, "luatex"; } -- cgit v1.2.3