From f80559dee34d3e2c01f5793541e1c6fb4b6b641b Mon Sep 17 00:00:00 2001 From: Khaled Hosny Date: Tue, 27 Apr 2010 12:42:43 +0200 Subject: Change the default cache path Per Manuel's suggestion, we now use TEXMVAR/luatex/generic/luaotfload/ instead of TEXMVAR/luatex-cache/latex/. --- otfl-luat-dum.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'otfl-luat-dum.lua') diff --git a/otfl-luat-dum.lua b/otfl-luat-dum.lua index 6e2e1c6..3946b6f 100644 --- a/otfl-luat-dum.lua +++ b/otfl-luat-dum.lua @@ -90,7 +90,7 @@ function caches.setpath(category,subcategory) -- root = kpse.var_value("VARTEXMF") or "" -- end local var = kpse.var_value("TEXMFVAR") - local root = var and (var .. "/luatex-cache/latex") or "" + local root = var and (var .. "/luatex/generic/luaotfload/") or "" if root ~= "" then root = file.join(root,category) lfs.mkdir(root) -- cgit v1.2.3