texlive[62091] Master/tlpkg/TeXLive/TLConfig.pm: Add kpathsea and

commits+preining at tug.org commits+preining at tug.org
Sun Feb 20 00:41:04 CET 2022


Revision: 62091
          http://tug.org/svn/texlive?view=revision&revision=62091
Author:   preining
Date:     2022-02-20 00:41:04 +0100 (Sun, 20 Feb 2022)
Log Message:
-----------
Add kpathsea and hyphen-base to InstallExtraRequiredPackages

Modified Paths:
--------------
    trunk/Master/tlpkg/TeXLive/TLConfig.pm

Modified: trunk/Master/tlpkg/TeXLive/TLConfig.pm
===================================================================
--- trunk/Master/tlpkg/TeXLive/TLConfig.pm	2022-02-19 23:26:31 UTC (rev 62090)
+++ trunk/Master/tlpkg/TeXLive/TLConfig.pm	2022-02-19 23:41:04 UTC (rev 62091)
@@ -128,7 +128,7 @@
 # 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";
 }



More information about the tex-live-commits mailing list.