summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2022-02-19 23:41:04 +0000
committerNorbert Preining <preining@logic.at>2022-02-19 23:41:04 +0000
commit4f18561a9a44fd28c0f13f1e9a85d17f8570bf32 (patch)
tree87140370144f8fe9e574e33d23194b60e56452f9
parentc903a8d052f6dce9f03f9f899c8f560528453111 (diff)
Add kpathsea and hyphen-base to InstallExtraRequiredPackages
git-svn-id: svn://tug.org/texlive/trunk@62091 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 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";
}