summaryrefslogtreecommitdiff
path: root/systems/texlive/tlnet/install-tl
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2021-01-07 03:03:02 +0000
committerNorbert Preining <norbert@preining.info>2021-01-07 03:03:02 +0000
commit1dad166b3cb710b4aa32b8c21b91dbca02b2e408 (patch)
tree42319d2798d99252db2f4341dc6da986d22c5d53 /systems/texlive/tlnet/install-tl
parent0d181c27aefe5974e97590a4619967a462a5bfe0 (diff)
CTAN sync 202101070303
Diffstat (limited to 'systems/texlive/tlnet/install-tl')
-rwxr-xr-xsystems/texlive/tlnet/install-tl24
1 files changed, 12 insertions, 12 deletions
diff --git a/systems/texlive/tlnet/install-tl b/systems/texlive/tlnet/install-tl
index e110596640..f751478901 100755
--- a/systems/texlive/tlnet/install-tl
+++ b/systems/texlive/tlnet/install-tl
@@ -1,5 +1,5 @@
#!/usr/bin/env perl
-# $Id: install-tl 57052 2020-12-03 12:02:10Z siepo $
+# $Id: install-tl 57337 2021-01-05 23:22:15Z karl $
# Copyright 2007-2020
# Reinhard Kotucha, Norbert Preining, Karl Berry, Siep Kroonenberg.
# This file is licensed under the GNU General Public License version 2
@@ -8,7 +8,7 @@
# Be careful when changing wording: *every* normal informational message
# output here must be recognized by the long grep in tl-update-tlnet.
-my $svnrev = '$Revision: 57052 $';
+my $svnrev = '$Revision: 57337 $';
$svnrev =~ m/: ([0-9]+) /;
$::installerrevision = ($1 ? $1 : 'unknown');
@@ -51,7 +51,7 @@ sub dblog {
if (($^O !~ /^MSWin/i) &&
# this wrapper is only for unix, since windows has its own wrapper
- ($#ARGV >= 0 || ($^O eq 'darwin')) &&
+ ($#ARGV >= 0 || ($^O eq 'xdarwin')) &&
# tcl parameter may still come, or tcl is default
($#ARGV < 0 || $ARGV[0] ne '-from_ext_gui')
# this run is not invoked by tcl
@@ -74,7 +74,7 @@ if (($^O !~ /^MSWin/i) &&
# build argument array @new_args for install-tl-gui.tcl.
# '-gui' or '-gui tcl' will not be copied to @new_args.
# quit scanning and building @new_args once tcl is ruled out.
- my $want_tcl = ($^O eq 'darwin');
+ my $want_tcl = ($^O eq 'xdarwin');
my $asked4tcl = 0;
my $forbid = 0;
my @new_args = ();
@@ -2713,12 +2713,12 @@ following modules are supported:
=item C<text>
-The text mode user interface (default on Unix systems). Same as the
-C<-no-gui> option.
+The text mode user interface (default on Unix systems, including Macs).
+Same as the C<-no-gui> option.
=item C<tcl> (or "perltk" or "wizard" or "expert" or nothing)
-The Tcl/Tk user interface (default on Macs and Windows). It starts
+The Tcl/Tk user interface (default on Windows). It starts
with a small number of configuration options, roughly equivalent
to what the former wizard option offers, but a button C<Advanced>
takes you to a screen with roughly the same options as the former
@@ -2726,10 +2726,10 @@ C<perltk> interface.
=back
-The default GUI requires Tcl/Tk. This is standard on Macs (although
-it is considered deprecated since Catalina) and is often already
-installed on GNU/Linux. For Windows, TeX Live provides a Tcl/Tk
-runtime.
+The default GUI requires Tcl/Tk. This is standard on Macs (although it
+is considered deprecated since Catalina) and is often already installed
+on GNU/Linux, or can be easily installed through a distro package
+manager. For Windows, TeX Live provides a Tcl/Tk runtime.
=item B<-no-gui>
@@ -3137,7 +3137,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 57052 2020-12-03 12:02:10Z siepo $
+$Id: install-tl 57337 2021-01-05 23:22:15Z karl $
=cut
# to remake HTML version: pod2html --cachedir=/tmp install-tl >/tmp/itl.html