From ab0b8e3b397195a6c78beb652041ef904f3e6397 Mon Sep 17 00:00:00 2001 From: Mojca Miklavec Date: Thu, 2 Jun 2011 19:12:09 +0000 Subject: cosmetic fixes in texmfcnf.lua git-svn-id: svn://tug.org/texlive/trunk@22739 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf/web2c/texmfcnf.lua | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'Master') 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. -- cgit v1.2.3