From 190129ad12d2a5567c9af7932f8632da9be40d2e Mon Sep 17 00:00:00 2001 From: Philipp Gesang Date: Wed, 10 Jul 2013 18:14:46 +0200 Subject: consider that scripts are in the scripts/ tree when locating files --- luaotfload-tool.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/luaotfload-tool.lua b/luaotfload-tool.lua index 96cc9aa..4afd9d1 100755 --- a/luaotfload-tool.lua +++ b/luaotfload-tool.lua @@ -975,6 +975,7 @@ do for i = 1, nhashes do local fname, canonicalsum = unpack (hashes[i]) local location = kpsefind_file (fname) + or kpsefind_file (fname, "texmfscripts") if not location then errcnt = errcnt + 1 out ("FAILED: file %s missing.", fname) -- cgit v1.2.3