summaryrefslogtreecommitdiff
path: root/tex/context/base/data-res.lua
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2013-04-12 16:20:14 +0300
committerMarius <mariausol@gmail.com>2013-04-12 16:20:14 +0300
commitbb74802fab794682d09cd8bad373047c002023a2 (patch)
tree403a1130f443e90ffcd711b22fa87788b59ecb2d /tex/context/base/data-res.lua
parent23f257057da13a5a074160288f6a204f727f7c3e (diff)
downloadcontext-bb74802fab794682d09cd8bad373047c002023a2.tar.gz
beta 2013.04.12 15:10
Diffstat (limited to 'tex/context/base/data-res.lua')
-rw-r--r--tex/context/base/data-res.lua7
1 files changed, 7 insertions, 0 deletions
diff --git a/tex/context/base/data-res.lua b/tex/context/base/data-res.lua
index 74ec53f0d..23bdde637 100644
--- a/tex/context/base/data-res.lua
+++ b/tex/context/base/data-res.lua
@@ -118,11 +118,18 @@ resolvers.luacnfstate = "unknown"
-- -- But I gave up on that after the change to texmf-dist (why-oh-why), so we stick to:
resolvers.luacnfspec = {
+ -- for taco
"home:texmf/web2c",
+ -- for users
"selfautoparent:/texmf-local/web2c",
+ -- for completeness
"selfautoparent:/texmf-context/web2c",
+ -- for tex live
"selfautoparent:/texmf-dist/web2c",
+ -- for minimals
"selfautoparent:/texmf/web2c",
+ -- for mojca:
+ "selfautoparent:",
}
-- not yet table, some reporters expect strings