summaryrefslogtreecommitdiff
path: root/Master/install-tl
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-05-17 16:07:52 +0000
committerKarl Berry <karl@freefriends.org>2012-05-17 16:07:52 +0000
commit6edb141e6c351ce605386a5beee76090899f7ee8 (patch)
tree5ada3b293f194f7ef73be52a73ce3c164bf58f9d /Master/install-tl
parente6169508db1e288550b923af2178ae54985bb123 (diff)
doc tweaks
git-svn-id: svn://tug.org/texlive/trunk@26468 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/install-tl')
-rwxr-xr-xMaster/install-tl4
1 files changed, 4 insertions, 0 deletions
diff --git a/Master/install-tl b/Master/install-tl
index 5e701e9958c..3689be54959 100755
--- a/Master/install-tl
+++ b/Master/install-tl
@@ -587,11 +587,15 @@ sub do_remote_init {
}
if (!do_version_agree()) {
TeXLive::TLUtils::tldie <<END_MISMATCH;
+=============================================================================
$0: The TeX Live versions of the local installation
and the repository being accessed are not compatible:
local: $TeXLive::TLConfig::ReleaseYear
repository: $texlive_release
Perhaps you need to use a different CTAN mirror?
+(For more, see the output of install-tl --help, especially the
+ -repository option. Online via http://tug.org/texlive/doc.)
+=============================================================================
END_MISMATCH
}
final_remote_init();