texlive[71853] Master/install-tl: [installer] Make sure local

commits+preining at tug.org commits+preining at tug.org
Sat Jul 20 17:57:11 CEST 2024


Revision: 71853
          https://tug.org/svn/texlive?view=revision&revision=71853
Author:   preining
Date:     2024-07-20 17:57:11 +0200 (Sat, 20 Jul 2024)
Log Message:
-----------
[installer] Make sure local 00texlive.config's category is the same as remote ones

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

Modified: trunk/Master/install-tl
===================================================================
--- trunk/Master/install-tl	2024-07-19 23:43:04 UTC (rev 71852)
+++ trunk/Master/install-tl	2024-07-20 15:57:11 UTC (rev 71853)
@@ -1141,6 +1141,7 @@
   my $tlpobj = new TeXLive::TLPOBJ;
   $tlpobj->name("00texlive.config");
   my $t = $tlpdb->get_package("00texlive.config");
+  $tlpobj->category($t->category);
   $tlpobj->depends("minrelease/" . $tlpdb->config_minrelease,
                    "release/"    . $tlpdb->config_release);
   $localtlpdb->add_tlpobj($tlpobj);  



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