summaryrefslogtreecommitdiff
path: root/systems/texlive/tlnet/install-tl
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2022-02-24 03:00:45 +0000
committerNorbert Preining <norbert@preining.info>2022-02-24 03:00:45 +0000
commitdc88afec77f198ebb8774f9c87146f2985e8f156 (patch)
treec2ffe8156173930a3f167b2cdeeb4fc1cd66a6b3 /systems/texlive/tlnet/install-tl
parentd529109bf475e3f1e220ce0e980e104b1a7e3c6b (diff)
CTAN sync 202202240300
Diffstat (limited to 'systems/texlive/tlnet/install-tl')
-rwxr-xr-xsystems/texlive/tlnet/install-tl20
1 files changed, 10 insertions, 10 deletions
diff --git a/systems/texlive/tlnet/install-tl b/systems/texlive/tlnet/install-tl
index 4a1afcf4b6..dc9f2b5809 100755
--- a/systems/texlive/tlnet/install-tl
+++ b/systems/texlive/tlnet/install-tl
@@ -1,5 +1,5 @@
#!/usr/bin/env perl
-# $Id: install-tl 62118 2022-02-21 16:42:29Z karl $
+# $Id: install-tl 62146 2022-02-22 22:48:10Z karl $
# Copyright 2007-2022
# 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: 62118 $';
+my $svnrev = '$Revision: 62146 $';
$svnrev =~ m/: ([0-9]+) /;
$::installerrevision = ($1 ? $1 : 'unknown');
@@ -1557,7 +1557,7 @@ sub set_platforms_supported {
# Environment variables and default values on UNIX:
# TEXLIVE_INSTALL_PREFIX /usr/local/texlive => $tex_prefix
-# TEXLIVE_INSTALL_TEXDIR $tex_prefix/2010 => $TEXDIR
+# $tex_prefix/2010 => $TEXDIR
# TEXLIVE_INSTALL_TEXMFSYSVAR $TEXDIR/texmf-var
# TEXLIVE_INSTALL_TEXMFSYSCONFIG $TEXDIR/texmf-config
# TEXLIVE_INSTALL_TEXMFLOCAL $tex_prefix/texmf-local
@@ -3120,8 +3120,6 @@ C<letter> or C<a4>. The default is C<a4>.
=item C<TEXLIVE_INSTALL_PREFIX>
-=item C<TEXLIVE_INSTALL_TEXDIR>
-
=item C<TEXLIVE_INSTALL_TEXMFCONFIG>
=item C<TEXLIVE_INSTALL_TEXMFVAR>
@@ -3134,12 +3132,14 @@ C<letter> or C<a4>. The default is C<a4>.
=item C<TEXLIVE_INSTALL_TEXMFSYSVAR>
-Specify the respective directories. C<TEXLIVE_INSTALL_PREFIX> defaults
-to C</usr/local/texlive>, while C<TEXLIVE_INSTALL_TEXDIR> defaults to
-the release directory within that prefix, e.g.,
-C</usr/local/texlive/2016>. All the defaults can be seen by running the
+Specify the respective directories. C<TEXLIVE_INSTALL_PREFIX> defaults
+to C</usr/local/texlive>. All the defaults can be seen by running the
installer interactively and then typing C<D> for the directory menu.
+To override the so-called C<TEXDIR>, which defaults to the release
+directory within that prefix, e.g., C</usr/local/texlive/2020>, use a
+profile file (q.v.).
+
=item C<NOPERLDOC>
Don't try to run the C<--help> message through C<perldoc>.
@@ -3153,7 +3153,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 62118 2022-02-21 16:42:29Z karl $
+$Id: install-tl 62146 2022-02-22 22:48:10Z karl $
=cut
# to remake HTML version: pod2html --cachedir=/tmp install-tl >/tmp/itl.html