summaryrefslogtreecommitdiff
path: root/support/digestif/bin/digestif.texlua
diff options
context:
space:
mode:
Diffstat (limited to 'support/digestif/bin/digestif.texlua')
-rwxr-xr-xsupport/digestif/bin/digestif.texlua2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/digestif/bin/digestif.texlua b/support/digestif/bin/digestif.texlua
index caf518071b..5f22a17e12 100755
--- a/support/digestif/bin/digestif.texlua
+++ b/support/digestif/bin/digestif.texlua
@@ -4,7 +4,7 @@
os.setenv("TEXMFDOTDIR", package.config:find("^\\") and "NUL" or "/dev/null")
kpse.set_program_name("luatex")
local zip = require "zip"
-local archive = kpse.find_file("digestif.zip")
+local archive = kpse.find_file("digestif.zip", "texmfscripts")
or error("Can't find 'digestif.zip' archive")
local function digestif_searcher(modname)
local submod = modname:match("^digestif%.(.+)")