diff options
author | Staszek Wawrykiewicz <staw@gust.org.pl> | 2008-06-04 15:22:48 +0000 |
---|---|---|
committer | Staszek Wawrykiewicz <staw@gust.org.pl> | 2008-06-04 15:22:48 +0000 |
commit | 8d49ac6df95ce64ff5cdbb4eb14810f0e5e18cdc (patch) | |
tree | cf667ba26f7942425b2cafedd147828bd9068864 /Master | |
parent | 3e6a21849aa9597ac5272e5c372e67e8ce348b09 (diff) |
changed in texmf.cnf: FONTCONFIG_PATH and FC_CACHEDIR
git-svn-id: svn://tug.org/texlive/trunk@8551 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf/web2c/texmf.cnf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf/web2c/texmf.cnf b/Master/texmf/web2c/texmf.cnf index 46464ac12b8..15134d0293d 100644 --- a/Master/texmf/web2c/texmf.cnf +++ b/Master/texmf/web2c/texmf.cnf @@ -370,8 +370,8 @@ MAILCAPLIBDIR = $SELFAUTOPARENT/etc % xetex/xdvipdfmx (note that fontconfig on Linux/Unix-like systems % will ignore settings in this file) FONTCONFIG_FILE=fonts.conf -FONTCONFIG_PATH=$SELFAUTOLOC/conf -FC_CACHEDIR=$SELFAUTOLOC/cache +FONTCONFIG_PATH=$TEXMFSYSVAR/fonts/conf +FC_CACHEDIR=$TEXMFSYSVAR/fonts/cache % TeX documentation and source files, for use with kpsewhich. % TeX Live has a separate hierarchy with just documentation, texmf-doc, |