summaryrefslogtreecommitdiff
path: root/systems/texlive/tlnet/install-tl
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2022-02-18 03:01:44 +0000
committerNorbert Preining <norbert@preining.info>2022-02-18 03:01:44 +0000
commit41041c6bdcedcc33698491c2caec4cd725a4fe97 (patch)
tree59aa0f9e0235ceee2474351b4b1a90a1eace6619 /systems/texlive/tlnet/install-tl
parentbd0e05b5b4dba5b38512acb2e7104f180fdb97e6 (diff)
CTAN sync 202202180301
Diffstat (limited to 'systems/texlive/tlnet/install-tl')
-rwxr-xr-xsystems/texlive/tlnet/install-tl12
1 files changed, 4 insertions, 8 deletions
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<https://tug.org/texlive>) 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