texlive[62096] Master/tlpkg/TeXLive/TLConfig.pm: Fix typo in package
commits+preining at tug.org
commits+preining at tug.org
Sun Feb 20 14:57:51 CET 2022
Revision: 62096
http://tug.org/svn/texlive?view=revision&revision=62096
Author: preining
Date: 2022-02-20 14:57:50 +0100 (Sun, 20 Feb 2022)
Log Message:
-----------
Fix typo in package name
Modified Paths:
--------------
trunk/Master/tlpkg/TeXLive/TLConfig.pm
Modified: trunk/Master/tlpkg/TeXLive/TLConfig.pm
===================================================================
--- trunk/Master/tlpkg/TeXLive/TLConfig.pm 2022-02-20 11:11:09 UTC (rev 62095)
+++ trunk/Master/tlpkg/TeXLive/TLConfig.pm 2022-02-20 13:57:50 UTC (rev 62096)
@@ -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 kpathsea hyphen-base/;
+our @InstallExtraRequiredPackages = qw/texlive-scripts kpathsea hyphen-base/;
if ($^O =~ /^MSWin/i) {
push @InstallExtraRequiredPackages, "luatex";
}
More information about the tex-live-commits
mailing list.