--- TeX.orig/texk/kpathsea/texmf.in 2006-06-03 10:15:50.000000000 +0200 +++ TeX/texk/kpathsea/texmf.in 2006-06-03 10:29:52.000000000 +0200 @@ -56,15 +56,18 @@ % The tree containing the runtime files closely related to the specific % program version used: -TEXMFMAIN = @texmf@ +TEXMFMAIN = /usr/share/texmf % The main distribution tree: -TEXMFDIST = @texmf@-dist +TEXMFDIST = /usr/share/texmf-dist + +% The Gentoo site tree: +TEXMFSITE = /usr/share/texmf-site % A place for local additions to a "standard" texmf tree. % This tree is not used for local configuration maintained by % texconfig, it uses TEXMFCONFIG below. -TEXMFLOCAL = @texmf@-local +TEXMFLOCAL = /usr/local/share/texmf % TEXMFSYSVAR, where texconfig-sys stores variable runtime data. % With teTeX-3.0 or later, this must be set. @@ -72,7 +75,7 @@ % TEXMFSYSVAR = $TEXMFMAIN % For using a separate tree: % TEXMFSYSVAR = @texmf@-var -TEXMFSYSVAR = @texmf@-var +TEXMFSYSVAR = /var/lib/texmf % TEXMFSYSCONFIG, where texconfig-sys stores configuration data. % With teTeX-3.0 or later, this must be set. @@ -80,7 +83,7 @@ % TEXMFSYSCONFIG = $TEXMFMAIN % For using a separate tree: % TEXMFSYSCONFIG = @texmf@-config -TEXMFSYSCONFIG = @texmf@-config +TEXMFSYSCONFIG = /var/lib/texmf % User texmf trees can be catered for like this... % This used to be HOMETEXMF. @@ -111,10 +114,10 @@ % % For texconfig to work properly, TEXMFCONFIG and TEXMFVAR should be named % explicitly and before all other trees. -TEXMF = {!!$TEXMFCONFIG,!!$TEXMFVAR,$TEXMFHOME,!!$TEXMFSYSCONFIG,!!$TEXMFSYSVAR,!!$TEXMFMAIN,!!$TEXMFLOCAL,!!$TEXMFDIST} +TEXMF = {!!$TEXMFCONFIG,!!$TEXMFVAR,$TEXMFHOME,!!$TEXMFSYSCONFIG,!!$TEXMFSYSVAR,!!$TEXMFMAIN,!!$TEXMFLOCAL,!!$TEXMFSITE,!!$TEXMFDIST} % The system trees. These are the trees that are shared by all the users. -SYSTEXMF = $TEXMFLOCAL;$TEXMFMAIN;$TEXMFDIST +SYSTEXMF = $TEXMFLOCAL;$TEXMFMAIN;$TEXMFDIST;$TEXMFSITE % Where generated fonts may be written. This tree is used when the sources % were found in a system tree and either that tree wasn't writable, or the