summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xMaster/install-tl4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/install-tl b/Master/install-tl
index bd24f67ac5b..d7c43995ca5 100755
--- a/Master/install-tl
+++ b/Master/install-tl
@@ -1235,8 +1235,8 @@ sub load_tlpdb {
# gave an arbitrary CTAN mirror address without the full path
if ($media eq "NET" && $location !~ m/tlnet/) {
tlwarn("First attempt for net installation failed.\n");
- tlwarn("Location string does not contain \"tlnet\",\n");
- tlwarn("so we retry adding \"/systems/texlive/tlnet\".\n");
+ tlwarn("Repository url does not contain \"tlnet\",\n");
+ tlwarn("retrying with \"/systems/texlive/tlnet\" appended.\n");
$location .= "/systems/texlive/tlnet";
$master = $location;
#