texlive-20110705-texmfcnf-vine.patch 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. diff -up texlive-2011/build/texlive-20110705-source/texk/kpathsea/texmf.cnf\~ texlive-2011/build/texlive-20110705-source/texk/kpathsea/texmf.cnf
  2. --- texlive-2011/build/texlive-20110705-source/texk/kpathsea/texmf.cnf~ 2011-11-23 19:19:11.777088575 +0900
  3. +++ texlive-2011/build/texlive-20110705-source/texk/kpathsea/texmf.cnf 2011-11-23 20:56:17.656423934 +0900
  4. @@ -59,7 +60,8 @@ TEXMFMAIN = $TEXMFROOT/texmf
  5. TEXMFDIST = $TEXMFROOT/texmf-dist
  6. % Local additions to the distribution trees.
  7. -TEXMFLOCAL = $TEXMFROOT/../texmf-local
  8. +%%TEXMFLOCAL = $TEXMFROOT/../texmf-local
  9. +TEXMFLOCAL = $TEXMFROOT/texmf-local
  10. % TEXMFSYSVAR, where *-sys store cached runtime data.
  11. TEXMFSYSVAR = $TEXMFROOT/texmf-var
  12. @@ -74,10 +76,12 @@ TEXMFSYSCONFIG = $TEXMFROOT/texmf-config
  13. TEXMFHOME = ~/texmf
  14. % TEXMFVAR, where texconfig/updmap/fmtutil store cached runtime data.
  15. -TEXMFVAR = ~/.texlive2011/texmf-var
  16. +%%TEXMFVAR = ~/.texlive2011/texmf-var
  17. +TEXMFVAR = ~/.texmf-var
  18. % TEXMFCONFIG, where texconfig/updmap/fmtutil store configuration data.
  19. -TEXMFCONFIG = ~/.texlive2011/texmf-config
  20. +%%TEXMFCONFIG = ~/.texlive2011/texmf-config
  21. +TEXMFCONFIG = ~/.texmf-config
  22. % List all the texmf trees.
  23. %
  24. @@ -111,7 +115,8 @@ SYSTEXMF = $TEXMFSYSVAR;$TEXMFMAIN;$TEXM
  25. % Where generated fonts may be written. This tree is used when the sources
  26. % were found in a system tree and either that tree wasn't writable, or the
  27. % varfonts feature was enabled in MT_FEATURES in mktex.cnf.
  28. -VARTEXFONTS = $TEXMFVAR/fonts
  29. +%%VARTEXFONTS = $TEXMFVAR/fonts
  30. +VARTEXFONTS = /var/lib/texmf/fonts
  31. % On some systems, there will be a system tree which contains all the font
  32. % files that may be created as well as the formats. For example
  33. Diff finished. Wed Nov 23 20:59:40 2011