diff options
Diffstat (limited to 'Master/common.sh')
-rwxr-xr-x | Master/common.sh | 4 |
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 |