From 41041c6bdcedcc33698491c2caec4cd725a4fe97 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Fri, 18 Feb 2022 03:01:44 +0000 Subject: CTAN sync 202202180301 --- systems/texlive/tlnet/install-tl | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'systems/texlive/tlnet/install-tl') diff --git a/systems/texlive/tlnet/install-tl b/systems/texlive/tlnet/install-tl index 6c98a5d713..112813e04a 100755 --- a/systems/texlive/tlnet/install-tl +++ b/systems/texlive/tlnet/install-tl @@ -1,5 +1,5 @@ #!/usr/bin/env perl -# $Id: install-tl 62031 2022-02-15 01:54:19Z karl $ +# $Id: install-tl 62052 2022-02-17 00:39:03Z preining $ # Copyright 2007-2021 # Reinhard Kotucha, Norbert Preining, Karl Berry, Siep Kroonenberg. # This file is licensed under the GNU General Public License version 2 @@ -10,7 +10,7 @@ use strict; use warnings; -my $svnrev = '$Revision: 62031 $'; +my $svnrev = '$Revision: 62052 $'; $svnrev =~ m/: ([0-9]+) /; $::installerrevision = ($1 ? $1 : 'unknown'); @@ -2143,11 +2143,7 @@ sub do_install_packages { # my @criticalwhat = (); my @what = (); - my @surely_fail_packages = @CriticalPackagesList; - # texlive-scripts are necessary for mktexlsr, updmap, fmtutil, ... - # the installation cannot continue without those - # TODO for Windows ... what else is needed? luatex? - push @surely_fail_packages, "texlive-scripts"; + my @surely_fail_packages = ( @CriticalPackagesList, @TeXLive::TLConfig::InstallExtraRequiredPackages ); for my $package (keys %install) { if (member($package, @surely_fail_packages)) { push @criticalwhat, $package if ($install{$package} == 1); @@ -3149,7 +3145,7 @@ This script and its documentation were written for the TeX Live distribution (L) and both are licensed under the GNU General Public License Version 2 or later. -$Id: install-tl 62031 2022-02-15 01:54:19Z karl $ +$Id: install-tl 62052 2022-02-17 00:39:03Z preining $ =cut # to remake HTML version: pod2html --cachedir=/tmp install-tl >/tmp/itl.html -- cgit v1.2.3