summaryrefslogtreecommitdiff
path: root/systems/texlive/tlnet/install-tl
diff options
context:
space:
mode:
Diffstat (limited to 'systems/texlive/tlnet/install-tl')
-rwxr-xr-xsystems/texlive/tlnet/install-tl7
1 files changed, 4 insertions, 3 deletions
diff --git a/systems/texlive/tlnet/install-tl b/systems/texlive/tlnet/install-tl
index f4861e4f4d..aa9b1d8c7b 100755
--- a/systems/texlive/tlnet/install-tl
+++ b/systems/texlive/tlnet/install-tl
@@ -1,5 +1,5 @@
#!/usr/bin/env perl
-# $Id: install-tl 71157 2024-05-02 20:29:00Z karl $
+# $Id: install-tl 71853 2024-07-20 15:57:11Z preining $
# Copyright 2007-2024
# Reinhard Kotucha, Norbert Preining, Karl Berry, Siep Kroonenberg.
# This file is licensed under the GNU General Public License version 2
@@ -12,7 +12,7 @@
use strict; use warnings;
-my $svnrev = '$Revision: 71157 $';
+my $svnrev = '$Revision: 71853 $';
$svnrev =~ m/: ([0-9]+) /;
$::installerrevision = ($1 ? $1 : 'unknown');
@@ -1141,6 +1141,7 @@ sub do_installation {
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);
@@ -3598,7 +3599,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 71157 2024-05-02 20:29:00Z karl $
+$Id: install-tl 71853 2024-07-20 15:57:11Z preining $
=cut
# to remake HTML version: pod2html --cachedir=/tmp install-tl >/tmp/itl.html