From fb013a78d9e3aef2ecf58702d4adcec8d9ab6b28 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Tue, 22 Feb 2022 03:00:54 +0000 Subject: CTAN sync 202202220300 --- systems/texlive/tlnet/tlpkg/TeXLive/TLConfig.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'systems/texlive/tlnet/tlpkg/TeXLive/TLConfig.pm') diff --git a/systems/texlive/tlnet/tlpkg/TeXLive/TLConfig.pm b/systems/texlive/tlnet/tlpkg/TeXLive/TLConfig.pm index 277815ed16..87de81470a 100644 --- a/systems/texlive/tlnet/tlpkg/TeXLive/TLConfig.pm +++ b/systems/texlive/tlnet/tlpkg/TeXLive/TLConfig.pm @@ -1,4 +1,4 @@ -# $Id: TLConfig.pm 62091 2022-02-19 23:41:04Z preining $ +# $Id: TLConfig.pm 62096 2022-02-20 13:57:50Z preining $ # TeXLive::TLConfig.pm - module exporting configuration values # Copyright 2007-2021 Norbert Preining # This file is licensed under the GNU General Public License version 2 @@ -7,7 +7,7 @@ use strict; use warnings; package TeXLive::TLConfig; -my $svnrev = '$Revision: 62091 $'; +my $svnrev = '$Revision: 62096 $'; my $_modulerevision = ($svnrev =~ m/: ([0-9]+) /) ? $1 : "unknown"; sub module_revision { return $_modulerevision; } @@ -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"; } -- cgit v1.2.3