summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xMaster/install-tl6
-rwxr-xr-xMaster/tlpkg/installer/install-menu-text.pl1
2 files changed, 3 insertions, 4 deletions
diff --git a/Master/install-tl b/Master/install-tl
index a3948cc50e0..e1a02fb35b2 100755
--- a/Master/install-tl
+++ b/Master/install-tl
@@ -318,8 +318,8 @@ if (media() eq "DVD") {
} else {
info("Distribution: ", media(), "\n");
}
-info("Directory for Temporary Files: '", $system_tmpdir, "\'\n");
-info("Installer Directory: '$localpath'\n");
+info("Directory for temporary files: '", $system_tmpdir, "\'\n");
+info("Installer directory: '$localpath'\n");
initialize_installer();
@@ -332,7 +332,7 @@ $vars{'from_dvd'} = $opt_from_dvd;
setup_programs ("$::installerdir/tlpkg/installer", "$::_platform_");
$opt_url =~ s,/(tlpkg)?/*$,, if $opt_url; # remove any trailing tlpkg or /
$TeXLiveURL = $opt_url || TeXLive::TLUtils::give_ctan_mirror();
-info("Using URL $TeXLiveURL\n");
+info("Using URL $TeXLiveURL\n") if media() eq "NET";
load_tlpdb();
log("Installer revision: $::installerrevision\n");
diff --git a/Master/tlpkg/installer/install-menu-text.pl b/Master/tlpkg/installer/install-menu-text.pl
index 9df0c5c4b96..bd3d855a0a2 100755
--- a/Master/tlpkg/installer/install-menu-text.pl
+++ b/Master/tlpkg/installer/install-menu-text.pl
@@ -821,7 +821,6 @@ EOF
if (!$vars{'from_dvd'}) {
print <<"EOF";
-
Detected platform: $this_platform
$warn_nobin
<B> binary systems: $vars{'n_systems_selected'} out of $vars{'n_systems_available'}