diff options
author | Taco Hoekwater <taco@elvenkind.com> | 2011-06-03 08:40:42 +0000 |
---|---|---|
committer | Taco Hoekwater <taco@elvenkind.com> | 2011-06-03 08:40:42 +0000 |
commit | 8c383a8be0343187846e450bcf68b0c5b579d749 (patch) | |
tree | 969b30410fe61adbc83bb98028eece8a8366b11f /Master/texmf | |
parent | ed628429c23a3e0ddb7c015d5b07a5791f1f73c6 (diff) |
define TEXMFCACHE in terms of TEXMD{SYS,}VAR
git-svn-id: svn://tug.org/texlive/trunk@22756 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf')
-rw-r--r-- | Master/texmf/web2c/texmfcnf.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/texmf/web2c/texmfcnf.lua b/Master/texmf/web2c/texmfcnf.lua index e5e4eec3b59..a37e9a4dc75 100644 --- a/Master/texmf/web2c/texmfcnf.lua +++ b/Master/texmf/web2c/texmfcnf.lua @@ -45,11 +45,12 @@ return { -- only used for FONTCONFIG_PATH & TEXMFCACHE in TeX Live TEXMFSYSVAR = "selfautoparent:texmf-var", + TEXMFVAR = "home:.texlive2011/texmf-var", -- We have only one cache path but there can be more. The first writable one -- will be chosen but there can be more readable paths. - TEXMFCACHE = "$TEXMFSYSVAR;home:.texlive2011/texmf-cache", + TEXMFCACHE = "$TEXMFSYSVAR;$TEXMFVAR", TEXMFCONFIG = "home:.texlive2011/texmf-config", -- I don't like this texmf under home and texmf-home would make more |