summaryrefslogtreecommitdiff
path: root/Master/install-tl
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-04-13 23:29:25 +0000
committerKarl Berry <karl@freefriends.org>2016-04-13 23:29:25 +0000
commitcf982311824934d7400d56ab07c93e8556de4592 (patch)
treec4a913ae5c91e421b0f4afba335ff73213380a31 /Master/install-tl
parent4f1866f03ec88d94b78ca954bd3f3b7b40ed168b (diff)
wording, doc
git-svn-id: svn://tug.org/texlive/trunk@40495 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/install-tl')
-rwxr-xr-xMaster/install-tl10
1 files changed, 6 insertions, 4 deletions
diff --git a/Master/install-tl b/Master/install-tl
index 238919c9e99..0574f527235 100755
--- a/Master/install-tl
+++ b/Master/install-tl
@@ -500,7 +500,9 @@ if ($opt_profile eq "") {
# The "make Karl happy" case, check that we are not running install-tl
# from the same tree where tlmgr is hanging around
my $install_tl_root = abs_path($::installerdir);
- my $tlpdboldpath = "$dn/$TeXLive::TLConfig::InfraLocation/$TeXLive::TLConfig::DatabaseName";
+ my $tlpdboldpath
+ = $dn .
+ "/$TeXLive::TLConfig::InfraLocation/$TeXLive::TLConfig::DatabaseName";
if (-r $tlpdboldpath && $dn ne $install_tl_root) {
debug ("found old installation in $dn\n");
push @runargs, "-old-installation-found=$dn";
@@ -2401,9 +2403,9 @@ LWP and persistent connections, use C<--no-persistent-downloads>.
=item B<--no-verify-downloads>
-By default, if a GnuPG C<gpg> binary is found in the path, downloads are
-verified against a cryptographic signature. This option allows to
-disable it.
+By default, if a GnuPG C<gpg> binary is found in PATH, downloads are
+verified against a cryptographic signature. This option disables
+such verification.
=item B<-portable>