From 8d0e1b5f282345d8c2a2361f8fa469c0018711cc Mon Sep 17 00:00:00 2001 From: Siep Kroonenberg Date: Sun, 27 Mar 2011 19:29:05 +0000 Subject: With -in-place option, prevent relative path for TEXDIR; shorter help info git-svn-id: svn://tug.org/texlive/trunk@21849 c570f23f-e606-0410-a88d-b1316a301751 --- Master/install-tl-new | 13 +++---------- 1 file 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> -- cgit v1.2.3