texlive-20120701-texmfcnf-vine.patch 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. diff -du texlive-20120701-source/texk/kpathsea/texmf.cnf.vine texlive-20120701-source/texk/kpathsea/texmf.cnf
  2. --- texlive-20120701-source/texk/kpathsea/texmf.cnf.vine 2012-05-13 08:34:52.000000000 +0900
  3. +++ texlive-20120701-source/texk/kpathsea/texmf.cnf 2012-11-23 01:01:16.778110365 +0900
  4. @@ -61,13 +61,16 @@
  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. +%%TEXMFSYSVAR = $TEXMFROOT/texmf-var
  13. +TEXMFSYSVAR = /var/lib/texmf
  14. % TEXMFSYSCONFIG, where *-sys store configuration data.
  15. -TEXMFSYSCONFIG = $TEXMFROOT/texmf-config
  16. +%%TEXMFSYSCONFIG = $TEXMFROOT/texmf-config
  17. +TEXMFSYSCONFIG = /etc/texmf
  18. % Per-user texmf tree(s) -- organized per the TDS, as usual. To define
  19. % more than one per-user tree, set this to a list of directories in
  20. @@ -76,10 +79,12 @@
  21. TEXMFHOME = ~/texmf
  22. % TEXMFVAR, where texconfig/updmap/fmtutil store cached runtime data.
  23. -TEXMFVAR = ~/.texlive2012/texmf-var
  24. +%%TEXMFVAR = ~/.texlive2012/texmf-var
  25. +TEXMFVAR = ~/.texmf-var
  26. % TEXMFCONFIG, where texconfig/updmap/fmtutil store configuration data.
  27. -TEXMFCONFIG = ~/.texlive2012/texmf-config
  28. +%%TEXMFCONFIG = ~/.texlive2012/texmf-config
  29. +TEXMFCONFIG = ~/.texmf-config
  30. % List all the texmf trees.
  31. %
  32. @@ -113,7 +118,8 @@
  33. % Where generated fonts may be written. This tree is used when the sources
  34. % were found in a system tree and either that tree wasn't writable, or the
  35. % varfonts feature was enabled in MT_FEATURES in mktex.cnf.
  36. -VARTEXFONTS = $TEXMFVAR/fonts
  37. +%%VARTEXFONTS = $TEXMFVAR/fonts
  38. +VARTEXFONTS = $TEXMFSYSVAR/fonts
  39. % On some systems, there will be a system tree which contains all the font
  40. % files that may be created as well as the formats. For example
  41. Diff finished. Fri Nov 23 01:12:44 2012