From f23941b8ec057ed11a13f8f23c522974a2aafdc1 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 12 Jan 2007 01:05:13 +0000 Subject: tex live 2007 now git-svn-id: svn://tug.org/texlive/trunk@3351 c570f23f-e606-0410-a88d-b1316a301751 --- Master/common.sh | 6 +++--- Master/texmf/web2c/texmf.cnf | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'Master') 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} diff --git a/Master/texmf/web2c/texmf.cnf b/Master/texmf/web2c/texmf.cnf index d702e719db4..60ec6f46f1e 100644 --- a/Master/texmf/web2c/texmf.cnf +++ b/Master/texmf/web2c/texmf.cnf @@ -96,7 +96,7 @@ TEXMFHOME = $HOME/texmf % TEXMFVAR = $TEXMFMAIN % For using a separate tree: % TEXMFVAR = $HOME/.texmf-var # teTeX 3.0 default -TEXMFVAR = $HOME/.texlive2006/texmf-var +TEXMFVAR = $HOME/.texlive2007/texmf-var % TEXMFCONFIG, where texconfig stores configuration data. % With teTeX-3.0 or later, this must be set. @@ -106,7 +106,7 @@ TEXMFVAR = $HOME/.texlive2006/texmf-var % TEXMFCONFIG = $HOME/.texmf-config # teTeX 3.0 default % For using a separate tree: % TEXMFCONFIG = $SELFAUTOPARENT/texmf-config -TEXMFCONFIG = $HOME/.texlive2006/texmf-config +TEXMFCONFIG = $HOME/.texlive2007/texmf-config % Now, list all the texmf trees. If you have multiple trees you can % use shell brace notation, like this: -- cgit v1.2.3