diff options
author | Karl Berry <karl@freefriends.org> | 2014-12-02 18:11:31 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-12-02 18:11:31 +0000 |
commit | 8cc3782ca32c5b02e8cabda0769ccb893b8efde0 (patch) | |
tree | 29f77e9ca112755e4cab59fa55d2a06c1c22a865 /Master/tlpkg/installer | |
parent | cefa8c2a1ee0c21624530a06e0d59af8e16e4a92 (diff) |
* TLUtils.pm (add_link_dir_dir): only unlink a symlink, not everything;
idea from mpg tldev mail, 23 Jun 2011 13:45:27.
(): do not complain if source man dir does nto exist.
(dir_writable): merely reformat, no code changes.
* install-menu.text.pl (main_menu): restore display of symlink creation
option to the main menu.
* install-tl (warnings_summary): indent by two spaces, not three.
(welcome_paths): one less blank line.
git-svn-id: svn://tug.org/texlive/trunk@35719 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer')
-rwxr-xr-x | Master/tlpkg/installer/install-menu-text.pl | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Master/tlpkg/installer/install-menu-text.pl b/Master/tlpkg/installer/install-menu-text.pl index bd0fdaa098c..f66124ba4eb 100755 --- a/Master/tlpkg/installer/install-menu-text.pl +++ b/Master/tlpkg/installer/install-menu-text.pl @@ -1069,14 +1069,14 @@ EOF } } print " $b_addoneditor install TeXworks front end\n"; - print " $b_path create symlinks to standard directories\n" unless - ($vars{'portable'} || win32()); } - if ($media ne 'NET') { - print " $b_adjustrepo after install, use tlnet on CTAN " - . "for package updates\n"; - } + print " $b_path create symlinks to standard directories\n" + unless ($vars{'portable'} || win32()); + + print " $b_adjustrepo after install, use tlnet on CTAN " + . "for package updates\n" + unless ($media eq 'NET'); if ($vars{'portable'}) { print "\n <V> set up for regular installation to hard disk\n"; |