summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xMaster/install-tl-new13
1 files changed, 3 insertions, 10 deletions
diff --git a/Master/install-tl-new b/Master/install-tl-new
index 69892896278..b26f9ee9f6a 100755
--- a/Master/install-tl-new
+++ b/Master/install-tl-new
@@ -1067,7 +1067,7 @@ sub set_platforms_supported {
# TEXLIVE_INSTALL_TEXMFHOME '$HOME/texmf'
sub set_texlive_default_dirs {
- my $tex_prefix = $vars{'in_place'} ? $::installerdir :
+ my $tex_prefix = $vars{'in_place'} ? abs_path($::installerdir) :
getenv('TEXLIVE_INSTALL_PREFIX');
if (win32) {
$tex_prefix ||= getenv('SystemDrive') . '/texlive';
@@ -2099,15 +2099,8 @@ LWP and persistent connections, use C<--no-persistent-downloads>.
=item B<-portable>
-Install for portable use. Also selectable from within the perltk-
-and text installers. This option creates a completely self-contained
-TeX Live installation under a common root and forgoes system
-integration. Good for installation on a USB stick.
-
-If you want to run this portable installation, you need to add the
-appropriate binary directory to the searchpath during your terminal
-session. For Windows, a batchfile tlmenu.bat is provided that
-lets you choose interactively between a few tasks.
+Install for portable use on e.g. a USB stick. Also selectable from
+within the perltk- and text installers.
=item B<-in-place>