diff options
Diffstat (limited to 'otfl-luat-dum.lua')
-rw-r--r-- | otfl-luat-dum.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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) |