summaryrefslogtreecommitdiff
path: root/Master/common.sh
diff options
context:
space:
mode:
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 316771779c0..1eb47a182c4 100755
--- a/Master/common.sh
+++ b/Master/common.sh
@@ -974,8 +974,8 @@ init()
find_tar
series_init
bindir=
- tex_prefix=${TEXLIVE_INSTALL_DIR-/usr/local/texlive}
- TEXDIR=$tex_prefix/2006 # manually update each year!
+ tex_prefix=${TEXLIVE_INSTALL_PREFIX-/usr/local/texlive}
+ TEXDIR=${TEXLIVE_INSTALL_DIR-$tex_prefix/2006} # manually update each year!
TEXMFSYSVAR=$TEXDIR/texmf-var
TEXMF=$TEXDIR/texmf
TEXMFLOCAL=$tex_prefix/texmf-local