summaryrefslogtreecommitdiff
path: root/Master/install-tl
diff options
context:
space:
mode:
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)) {