summaryrefslogtreecommitdiff
path: root/Master/tlpkg/installer/install-menu-text.pl
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/installer/install-menu-text.pl')
-rwxr-xr-xMaster/tlpkg/installer/install-menu-text.pl12
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";