summaryrefslogtreecommitdiff
path: root/Master/install-tl
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-03-06 23:51:18 +0000
committerKarl Berry <karl@freefriends.org>2020-03-06 23:51:18 +0000
commit94b41735787655d7b6856abcd6165db17c3aa17b (patch)
tree3101298fd158d5acaa95af1143d5287ef6b27a88 /Master/install-tl
parenta244211611be60cf98df95108cb59f116e72ea35 (diff)
mention custom-bin.html, support dragonfly
git-svn-id: svn://tug.org/texlive/trunk@54143 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/install-tl')
-rwxr-xr-xMaster/install-tl4
1 files changed, 3 insertions, 1 deletions
diff --git a/Master/install-tl b/Master/install-tl
index 2a1a9d2f23e..62f8eb7261e 100755
--- a/Master/install-tl
+++ b/Master/install-tl
@@ -2207,7 +2207,9 @@ sub save_options_into_tlpdb {
push @archs, "custom";
}
if (! @archs) {
- tldie("$0: No binary platform specified/available, quitting.\n");
+ tldie("$0: Quitting, no binary platform specified/available.\n"
+ ."$0: See https://tug.org/texlive/custom-bin.html for\n"
+ ."$0: information on other precompiled binary sets.\n");
}
# only if we forced the platform we do save this option into the tlpdb
if (defined($opt_force_arch)) {