summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiep Kroonenberg <siepo@cybercomm.nl>2011-03-27 19:29:05 +0000
committerSiep Kroonenberg <siepo@cybercomm.nl>2011-03-27 19:29:05 +0000
commit8d0e1b5f282345d8c2a2361f8fa469c0018711cc (patch)
tree155dc4d8a08da1e3c95ce1597cbc5ef9291e112a
parent7f4e380c647e49fe55fcf84e06d9a2794d8c681e (diff)
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
-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>