diff options
author | Karl Berry <karl@freefriends.org> | 2008-07-06 17:14:22 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-07-06 17:14:22 +0000 |
commit | 3e696b8bf8ba374e56f3e9faf752a7e0c62ed48a (patch) | |
tree | bb0b93ca5cf71a55615fd0506e59cec135b63486 /Master/install-tl | |
parent | 262a67b785582d2973606ee7b7e1b60a54a15776 (diff) |
tweak intro text, do not report url unless we are using it
git-svn-id: svn://tug.org/texlive/trunk@9298 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/install-tl')
-rwxr-xr-x | Master/install-tl | 6 |
1 files changed, 3 insertions, 3 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"); |