ogajduse / rpms / texlive

Forked from rpms/texlive 6 years ago
Clone
4931932
diff -up texlive/texk/make/paths.mk.fedora_paths texlive/texk/make/paths.mk
4931932
--- texlive/texk/make/paths.mk.fedora_paths	2007-08-19 08:46:09.000000000 +0200
4931932
+++ texlive/texk/make/paths.mk	2007-08-19 08:55:17.000000000 +0200
4931932
@@ -59,7 +59,7 @@ libexecdir = @libexecdir@
4931932
 texmf = @texmfmain@
4931932
 
4931932
 # The directory used by varfonts.
4931932
-vartexfonts = /var/tmp/texfonts
4931932
+vartexfonts = $(localstatedir)/cache/fonts
4931932
 
4931932
 # Regular input files.
4931932
 texinputdir = $(texmf)/tex
4931932
diff -up texlive/texk/kpathsea/texmf.in.fedora_paths texlive/texk/kpathsea/texmf.in
4931932
--- texlive/texk/kpathsea/texmf.in.fedora_paths	2007-08-19 08:47:04.000000000 +0200
4931932
+++ texlive/texk/kpathsea/texmf.in	2007-08-21 14:16:49.000000000 +0200
4931932
@@ -59,12 +59,12 @@
4931932
 TEXMFMAIN = @texmf@
4931932
 
4931932
 % The main distribution tree:
4931932
-TEXMFDIST = @texmf@-dist
4931932
+TEXMFDIST = @texmf@
4931932
 
4931932
 % A place for local additions to a "standard" texmf tree.
4931932
 % This tree is not used for local configuration maintained by
4931932
 % texconfig, it uses TEXMFCONFIG below.
4931932
-TEXMFLOCAL = @texmf@-local
4931932
+TEXMFLOCAL = /usr/local/share/texmf
4931932
 
4931932
 % TEXMFSYSVAR, where texconfig-sys stores variable runtime data.
4931932
 % With teTeX-3.0 or later, this must be set.
4931932
@@ -72,7 +72,7 @@ TEXMFLOCAL = @texmf@-local
4931932
 %   TEXMFSYSVAR = $TEXMFMAIN
4931932
 % For using a separate tree:
4931932
 %   TEXMFSYSVAR = @texmf@-var
4931932
-TEXMFSYSVAR = @texmf@-var
4931932
+TEXMFSYSVAR = @localstatedir@/lib/texmf
4931932
 
4931932
 % TEXMFSYSCONFIG, where texconfig-sys stores configuration data.
4931932
 % With teTeX-3.0 or later, this must be set.
4931932
@@ -80,7 +80,7 @@ TEXMFSYSVAR = @texmf@-var
4931932
 %   TEXMFSYSCONFIG = $TEXMFMAIN
4931932
 % For using a separate tree:
4931932
 %   TEXMFSYSCONFIG = @texmf@-config
4931932
-TEXMFSYSCONFIG = @texmf@-config
4931932
+TEXMFSYSCONFIG = @sysconfdir@/texmf
4931932
 
4931932
 % User texmf trees are allowed as follows.
4931932
 % This used to be HOMETEXMF.
4931932
@@ -111,7 +111,7 @@ TEXMFCONFIG = $HOME/.texmf-config
4931932
 %
4931932
 % For texconfig to work properly, TEXMFCONFIG and TEXMFVAR should be named
4931932
 % explicitly and before all other trees.
4931932
-TEXMF = {$TEXMFCONFIG,$TEXMFVAR,$TEXMFHOME,!!$TEXMFSYSCONFIG,!!$TEXMFSYSVAR,!!$TEXMFMAIN,!!$TEXMFLOCAL,!!$TEXMFDIST}
4931932
+TEXMF = {$TEXMFCONFIG,$TEXMFVAR,$TEXMFHOME,$TEXMFSYSCONFIG,!!$TEXMFSYSVAR,!!$TEXMFLOCAL,!!$TEXMFMAIN,!!$TEXMFDIST}
4931932
 
4931932
 % The system trees.  These are the trees that are shared by all the users.
4931932
 % If a tree appears in this list, the mktex* scripts will use
4931932
@@ -379,7 +379,7 @@ TEXMFSCRIPTS = $TEXMF/scripts//
4931932
 %
4931932
 % For security reasons, it is better not to have . part of the path.
4931932
 %
4931932
-TEXMFCNF = {$SELFAUTOLOC,$SELFAUTODIR,$SELFAUTOPARENT}{,{/share,}/texmf{-local,}/web2c};/.$TETEXDIR;$TEXMF/web2c;@web2c@
4931932
+TEXMFCNF = {$SELFAUTOLOC,$SELFAUTODIR,$SELFAUTOPARENT}{,{/share,}/texmf{-local,}/web2c};@sysconfdir@/texmf;/usr/local/share/texmf/web2c;$TEXMF/web2c;@web2c@
4931932
 
4931932
 # $progname: kpathsea v. 3.5.3 or later overwrites this at runtime. To
4931932
 # avoid empty expansions from binaries linked against an earlier