summaryrefslogtreecommitdiff
path: root/Master/texmf
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-12-18 01:17:24 +0000
committerKarl Berry <karl@freefriends.org>2009-12-18 01:17:24 +0000
commit89d2c6edcdb8171dc6c3fd123de7065b14c124c9 (patch)
tree9d93dcadd6f40952283f7e0ac09d12a50a3ab584 /Master/texmf
parent1fa23df425c96fd07c7e51f66129fc44db4a9212 (diff)
try to be more informative when no remote db can be loaded
git-svn-id: svn://tug.org/texlive/trunk@16442 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf')
-rwxr-xr-xMaster/texmf/scripts/texlive/tlmgr.pl10
1 files changed, 7 insertions, 3 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgr.pl b/Master/texmf/scripts/texlive/tlmgr.pl
index 9bdf80b7305..4bb05903705 100755
--- a/Master/texmf/scripts/texlive/tlmgr.pl
+++ b/Master/texmf/scripts/texlive/tlmgr.pl
@@ -3931,10 +3931,14 @@ sub init_tlmedia
Unable to download the remote TeX Live database,
but found a local copy so using that.
-You may want to try specifying an explicit CTAN mirror to use;
-see the documentation for the --repository option in
-the output of install-tl --help for information and examples.
+You may want to try specifying an explicit or different CTAN mirror;
+see the information and examples for the -repository option at
+http://tug.org/texlive/doc/install-tl.html
+(or in the output of install-tl --help).
+
END_NO_INTERNET
+ # above text duplicated in TLPDB.pm, sorry.
+
$tlmediasrc = TeXLive::TLMedia->new(-location => $location,
-tlpdbfile => $loc_copy_of_remote_tlpdb);
$local_copy_tlpdb_used = 1;