summaryrefslogtreecommitdiff
path: root/package/lua-msgpack-native
diff options
context:
space:
mode:
authorFrancois Perrad <fperrad@gmail.com>2014-01-11 16:42:05 +0100
committerPeter Korsgaard <peter@korsgaard.com>2014-01-13 23:16:18 +0100
commitccd68a513fc155578b724d629d61f1a9686547ee (patch)
tree2af7ce47b0099e24e4ea62b39c161f0f4d4579eb /package/lua-msgpack-native
parent443f8c1f4d394c94731a333e26ab523f0fb84abc (diff)
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/lua-msgpack-native')
-rw-r--r--package/lua-msgpack-native/lua-msgpack-native.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/lua-msgpack-native/lua-msgpack-native.mk b/package/lua-msgpack-native/lua-msgpack-native.mk
index 2c1dede5b..d4547aef6 100644
--- a/package/lua-msgpack-native/lua-msgpack-native.mk
+++ b/package/lua-msgpack-native/lua-msgpack-native.mk
@@ -15,7 +15,7 @@ define LUA_MSGPACK_NATIVE_BUILD_CMDS
endef
define LUA_MSGPACK_NATIVE_INSTALL_TARGET_CMDS
- $(INSTALL) -m 755 -D $(@D)/msgpack.so $(TARGET_DIR)/usr/lib/lua/msgpack.so
+ $(INSTALL) -m 755 -D $(@D)/msgpack.so $(TARGET_DIR)/usr/lib/lua/5.1/msgpack.so
endef
$(eval $(generic-package))