summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts/l3build/l3build-unpack.lua
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-08-24 20:34:17 +0000
committerKarl Berry <karl@freefriends.org>2019-08-24 20:34:17 +0000
commit509b34215883ebf181d665743177ea82522fa13c (patch)
tree38dabfa777adc6fa816e4225ece83cd2a6febf24 /Master/texmf-dist/scripts/l3build/l3build-unpack.lua
parent2fad25e7999ea7b2858792822a1e4d6aeb86784b (diff)
l3build (24aug19)
git-svn-id: svn://tug.org/texlive/trunk@51950 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts/l3build/l3build-unpack.lua')
-rw-r--r--Master/texmf-dist/scripts/l3build/l3build-unpack.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/Master/texmf-dist/scripts/l3build/l3build-unpack.lua b/Master/texmf-dist/scripts/l3build/l3build-unpack.lua
index 9779502c2fc..89bbfaa17f6 100644
--- a/Master/texmf-dist/scripts/l3build/l3build-unpack.lua
+++ b/Master/texmf-dist/scripts/l3build/l3build-unpack.lua
@@ -85,6 +85,9 @@ bundleunpack = bundleunpack or function(sourcedirs, sources)
unpackdir .. "/" .. path,
os_setenv .. " TEXINPUTS=." .. os_pathsep
.. localdir .. (unpacksearch and os_pathsep or "") ..
+ os_concat ..
+ os_setenv .. " LUAINPUTS=." .. os_pathsep
+ .. localdir .. (unpacksearch and os_pathsep or "") ..
os_concat ..
unpackexe .. " " .. unpackopts .. " " .. name .. " < "
.. localdir .. "/yes"