diff options
| author | Francois Perrad <fperrad@gmail.com> | 2014-01-11 16:42:05 +0100 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2014-01-13 23:16:18 +0100 |
| commit | ccd68a513fc155578b724d629d61f1a9686547ee (patch) | |
| tree | 2af7ce47b0099e24e4ea62b39c161f0f4d4579eb /package/luaexpatutils | |
| parent | 443f8c1f4d394c94731a333e26ab523f0fb84abc (diff) | |
| download | buildroot-ccd68a513fc155578b724d629d61f1a9686547ee.tar.gz buildroot-ccd68a513fc155578b724d629d61f1a9686547ee.zip | |
lua*: restore version in module paths
(like in upstream)
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/luaexpatutils')
| -rw-r--r-- | package/luaexpatutils/luaexpatutils.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/luaexpatutils/luaexpatutils.mk b/package/luaexpatutils/luaexpatutils.mk index bdbbdd297a..93cf621955 100644 --- a/package/luaexpatutils/luaexpatutils.mk +++ b/package/luaexpatutils/luaexpatutils.mk @@ -11,7 +11,7 @@ LUAEXPATUTILS_DEPENDENCIES = luaexpat define LUAEXPATUTILS_INSTALL_TARGET_CMDS $(INSTALL) -m 0644 -D $(@D)/lua/doc.lua \ - $(TARGET_DIR)/usr/share/lua/lxp/doc.lua + $(TARGET_DIR)/usr/share/lua/5.1/lxp/doc.lua endef $(eval $(generic-package)) |

