summaryrefslogtreecommitdiff
path: root/Master/common.sh
diff options
context:
space:
mode:
authorReinhard Kotucha <reinhard.kotucha@web.de>2006-07-17 23:23:29 +0000
committerReinhard Kotucha <reinhard.kotucha@web.de>2006-07-17 23:23:29 +0000
commite7ecc1859e57acee48152100853e9a815b192744 (patch)
tree9a04db9be273897d56fed97dbb24cc3c5aaf0f4a /Master/common.sh
parentd9fe66749d8072f377522910c593df4705a9dc66 (diff)
Master/common.sh: Env var TEXLIVE_INSTALL_DIR can be used to replace
/usr/local/texlive. TEXDIR is now $tex_prefix/2006. git-svn-id: svn://tug.org/texlive/trunk@1873 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/common.sh')
-rwxr-xr-xMaster/common.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/common.sh b/Master/common.sh
index f64cc072fad..79a42b48619 100755
--- a/Master/common.sh
+++ b/Master/common.sh
@@ -974,8 +974,8 @@ init()
find_tar
series_init
bindir=
- tex_prefix=/usr/local/texlive
- TEXDIR=$tex_prefix/2005 # manually update each year!
+ tex_prefix=${TEXLIVE_INSTALL_DIR-/usr/local/texlive}
+ TEXDIR=$tex_prefix/2006 # manually update each year!
TEXMFSYSVAR=$TEXDIR/texmf-var
TEXMF=$TEXDIR/texmf
TEXMFLOCAL=$tex_prefix/texmf-local