diff --git a/programming/language/lua/actions.py b/programming/language/lua/actions.py
index 6a5ed5f8cd..b1bbdcca9f 100644
--- a/programming/language/lua/actions.py
+++ b/programming/language/lua/actions.py
@@ -22,9 +22,9 @@ def build():
autotools.make("linux")
def install():
- autotools.rawInstall("INSTALL_TOP=%s/usr INSTALL_MAN=%s/usr/share/man/ INSTALL_LIB=%s/usr/lib/" % (get.installDIR(), get.installDIR(), get.installDIR()))
+ autotools.rawInstall("INSTALL_TOP=%s/usr INSTALL_MAN=%s/usr/share/man/ INSTALL_LIB=%s/usr/lib/ TO_LIB='liblua.so liblua.so.%s liblua.so.%s'" % (get.installDIR(), get.installDIR(), get.installDIR(), major, get.srcVERSION()))
- pisitools.insinto("/usr/lib", "src/liblua.so*")
+ #pisitools.insinto("/usr/lib", "src/liblua.so*")
pisitools.insinto("/usr/lib/pkgconfig", "lua.pc")
pisitools.insinto("/usr/lib/pkgconfig", "lua.pc", "lua5.3.pc")
diff --git a/programming/language/lua/pspec.xml b/programming/language/lua/pspec.xml
index 8541b1735e..bdf3e33ee4 100644
--- a/programming/language/lua/pspec.xml
+++ b/programming/language/lua/pspec.xml
@@ -12,7 +12,7 @@
library
A light-weight programming language
lua is a powerful light-weight programming language designed for extending applications.
- http://www.lua.org/ftp/lua-5.3.5.tar.gz
+ http://www.lua.org/ftp/lua-5.3.6.tar.gz
lua.pc
@@ -54,6 +54,13 @@
+
+ 2021-10-05
+ 5.3.6
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2020-01-18
5.3.5