diff options
author | Karl Berry <karl@freefriends.org> | 2007-01-12 01:05:13 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-01-12 01:05:13 +0000 |
commit | f23941b8ec057ed11a13f8f23c522974a2aafdc1 (patch) | |
tree | 81530f471addd43589caa351e3d787dcb84c53c7 /Master/common.sh | |
parent | 32d410af6dc3089d4ded6810fca7b01705b3918e (diff) |
tex live 2007 now
git-svn-id: svn://tug.org/texlive/trunk@3351 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/common.sh')
-rwxr-xr-x | Master/common.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/common.sh b/Master/common.sh index d069c5c6cf4..74769eb5fd4 100755 --- a/Master/common.sh +++ b/Master/common.sh @@ -4,7 +4,7 @@ # common.sh -- common routines for the TeX Live installation scripts. # Do not call directly. # -# Copyright 2003, 2004, 2005, 2006 Sebastian Rahtz and Karl Berry. +# Copyright 2003, 2004, 2005, 2006, 2007 Sebastian Rahtz and Karl Berry. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -324,7 +324,7 @@ TEXMFCNF__fix_texmf() # implicitly set by changing TEXDIR LOCAL="\$SELFAUTOPARENT/texmf-local" else - # no changes, meaning they took the default of /usr/local/texlive/2005, + # no changes, meaning they took the default of /usr/local/texlive/YYYY, # meaning we want /usr/local/texlive/texmf-local ... one level up. LOCAL="\$SELFAUTOPARENT/../texmf-local" fi @@ -1013,7 +1013,7 @@ init() series_init bindir= tex_prefix=${TEXLIVE_INSTALL_PREFIX-/usr/local/texlive} - TEXDIR=${TEXLIVE_INSTALL_TEXDIR-$tex_prefix/2006} # manually update each year! + TEXDIR=${TEXLIVE_INSTALL_TEXDIR-$tex_prefix/2007} # manually update each year! TEXMFSYSVAR=${TEXLIVE_INSTALL_TEXMFSYSVAR-$TEXDIR/texmf-var} TEXMF=$TEXDIR/texmf TEXMFLOCAL=${TEXLIVE_INSTALL_TEXMFLOCAL-$tex_prefix/texmf-local} |