diff options
author | Mojca Miklavec <mojca.miklavec@gmail.com> | 2011-06-02 19:12:09 +0000 |
---|---|---|
committer | Mojca Miklavec <mojca.miklavec@gmail.com> | 2011-06-02 19:12:09 +0000 |
commit | ab0b8e3b397195a6c78beb652041ef904f3e6397 (patch) | |
tree | 5f0ce0f9f73d12cdace0df5b606a4859055f30ac | |
parent | 633fba55e43845b8e284e371d9b1fb4cac623a60 (diff) |
cosmetic fixes in texmfcnf.lua
git-svn-id: svn://tug.org/texlive/trunk@22739 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/texmf/web2c/texmfcnf.lua | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/Master/texmf/web2c/texmfcnf.lua b/Master/texmf/web2c/texmfcnf.lua index 6baf47339e0..e5e4eec3b59 100644 --- a/Master/texmf/web2c/texmfcnf.lua +++ b/Master/texmf/web2c/texmfcnf.lua @@ -42,11 +42,15 @@ return { -- "selfautoparent:", -- } + -- only used for FONTCONFIG_PATH & TEXMFCACHE in TeX Live + + TEXMFSYSVAR = "selfautoparent:texmf-var", + -- We have only one cache path but there can be more. The first writable one - -- will be chose but there can be more readable paths. + -- will be chosen but there can be more readable paths. - TEXMFCACHE = "selfautoparent:texmf-var:~/.texlive2011/texmf-cache", - TEXMFCONFIG = "~/.texlive2011/texmf-config", + TEXMFCACHE = "$TEXMFSYSVAR;home:.texlive2011/texmf-cache", + TEXMFCONFIG = "home:.texlive2011/texmf-config", -- I don't like this texmf under home and texmf-home would make more -- sense. One never knows what installers put under texmf anywhere and @@ -69,9 +73,6 @@ return { TEXMFHOME = "home:texmf", -- TEXMFHOME = os.name == "macosx" and "home:Library/texmf" or "home:texmf", - -- only used for FONTCONFIG_PATH in TeX Live - TEXMFSYSVAR = "selfautoparent:texmf-var", - -- We need texmfos for a few rare files but as I have a few more bin trees -- a hack is needed. Maybe other users also have texmf-platform-new trees. |