summaryrefslogtreecommitdiffstats
path: root/rules/lua.make
diff options
context:
space:
mode:
authorBenoît Burnichon <benoit.burnichon@airtag.com>2011-12-08 17:26:05 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2011-12-09 14:50:39 +0100
commitd9cc5e378b7a1dbc755c9f77fc055fdf7c022231 (patch)
treecb2640a65081a2f9e85ba13e3e4339e2d106ce54 /rules/lua.make
parent29542b4a1623a5a0f049e56c2d17453cdca7d9eb (diff)
downloadptxdist-d9cc5e378b7a1dbc755c9f77fc055fdf7c022231.tar.gz
ptxdist-d9cc5e378b7a1dbc755c9f77fc055fdf7c022231.tar.xz
lua: Correct implementation for version 5.1.4
Signed-off-by: Benoît Burnichon <benoit.burnichon@airtag.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/lua.make')
-rw-r--r--rules/lua.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/lua.make b/rules/lua.make
index 19bb1c5b5..56c7918a0 100644
--- a/rules/lua.make
+++ b/rules/lua.make
@@ -60,7 +60,7 @@ ifdef PTXCONF_LUA_INSTALL_LUAC
@$(call install_copy, lua, 0, 0, 0755, -, /usr/bin/luac)
endif
ifdef PTXCONF_LUA_INSTALL_LIBLUA
- @$(call install_lib, lua, 0, 0, 0644, liblua-5.1.3)
+ @$(call install_lib, lua, 0, 0, 0644, liblua-$(LUA_VERSION))
endif
@$(call install_finish, lua)