summaryrefslogtreecommitdiff
path: root/Master/texmf/web2c/texmf.cnf
diff options
context:
space:
mode:
authorManuel Pégourié-Gonnard <mpg@elzevir.fr>2010-05-30 13:30:18 +0000
committerManuel Pégourié-Gonnard <mpg@elzevir.fr>2010-05-30 13:30:18 +0000
commit8a9edecef26828e68c41036f7a7ab6cc0e0a042d (patch)
treec1b201125870dd0de96cbd246a8106a4937a2985 /Master/texmf/web2c/texmf.cnf
parent5dcea92406ce8faadda59232be737e9337b466d2 (diff)
Relax LUAINPUTS.
git-svn-id: svn://tug.org/texlive/trunk@18600 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf/web2c/texmf.cnf')
-rw-r--r--Master/texmf/web2c/texmf.cnf2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf/web2c/texmf.cnf b/Master/texmf/web2c/texmf.cnf
index 98dc16b4698..f935e0d4a47 100644
--- a/Master/texmf/web2c/texmf.cnf
+++ b/Master/texmf/web2c/texmf.cnf
@@ -431,7 +431,7 @@ TW_INIPATH = $TW_LIBPATH
% Find scripts that are distributed/installed in the texmf tree.
% Lua needs to look in TEXINPUTS for lua scripts distributed with packages.
-LUAINPUTS = .;$TEXMF/scripts/{$progname,$engine,}/lua//;$TEXINPUTS
+LUAINPUTS = .;$TEXMF/scripts/{$progname,$engine,}/{lua,}//;$TEXINPUTS
% Lua needs to look for binary lua libraries distributed with packages.
CLUAINPUTS = .;$SELFAUTOLOC/lib/{$progname,$engine,}/lua//