texlive[66428] Master/install-tl: [install-tl] ensure pkgs in

commits+preining at tug.org commits+preining at tug.org
Tue Mar 7 21:58:27 CET 2023


Revision: 66428
          http://tug.org/svn/texlive?view=revision&revision=66428
Author:   preining
Date:     2023-03-07 21:58:27 +0100 (Tue, 07 Mar 2023)
Log Message:
-----------
[install-tl] ensure pkgs in InstallExtraRequiredPackages are installed

Modified Paths:
--------------
    trunk/Master/install-tl

Modified: trunk/Master/install-tl
===================================================================
--- trunk/Master/install-tl	2023-03-07 20:43:10 UTC (rev 66427)
+++ trunk/Master/install-tl	2023-03-07 20:58:27 UTC (rev 66428)
@@ -1879,6 +1879,12 @@
     }
   }
 
+  #
+  # ensure that packages listed in InstallExtraRequiredPackages are installed
+  for my $p (@TeXLive::TLConfig::InstallExtraRequiredPackages) {
+    $install{$p} = 1;
+  }
+
   # if programs for arch=windows are installed we also have to install
   # tlperl.windows which provides the "hidden" perl that will be used
   # to run all the perl scripts.



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