summaryrefslogtreecommitdiff
path: root/Build
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 /Build
parent5dcea92406ce8faadda59232be737e9337b466d2 (diff)
Relax LUAINPUTS.
git-svn-id: svn://tug.org/texlive/trunk@18600 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r--Build/source/texk/kpathsea/ChangeLog5
-rw-r--r--Build/source/texk/kpathsea/texmf.cnf2
2 files changed, 6 insertions, 1 deletions
diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog
index f7ef79c35aa..c8af4617d95 100644
--- a/Build/source/texk/kpathsea/ChangeLog
+++ b/Build/source/texk/kpathsea/ChangeLog
@@ -1,3 +1,8 @@
+2010-05-30 Manuel Pégourié-Gonnard <mpg@elzevir.fr>
+
+ * texmf.cnf: relax LUAINPUTS not to require and extra "lua"
+ subdirectory for modules in texmfscripts.
+
2010-05-27 Karl Berry <karl@tug.org>
* getopt.h (getopt) [!__GNU_LIBRARY__]: do not declare at all.
diff --git a/Build/source/texk/kpathsea/texmf.cnf b/Build/source/texk/kpathsea/texmf.cnf
index 98dc16b4698..f935e0d4a47 100644
--- a/Build/source/texk/kpathsea/texmf.cnf
+++ b/Build/source/texk/kpathsea/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//