diff --git a/programming/language/lua/actions.py b/programming/language/lua/actions.py index fd1b463dbd..919c9d822f 100644 --- a/programming/language/lua/actions.py +++ b/programming/language/lua/actions.py @@ -21,7 +21,9 @@ def build(): autotools.make("linux") def install(): - autotools.rawInstall("INSTALL_TOP=%s/usr INSTALL_MAN=%s/usr/share/man/ TO_LIB='liblua.so liblua.so.5.3 liblua.so.5.3.4'" % (get.installDIR(),get.installDIR())) + autotools.rawInstall("INSTALL_TOP=%s/usr INSTALL_MAN=%s/usr/share/man/ INSTALL_LIB=%s/usr/lib/" % (get.installDIR(), get.installDIR(), get.installDIR())) + + pisitools.dolib("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 cb55024105..72c0f555a3 100644 --- a/programming/language/lua/pspec.xml +++ b/programming/language/lua/pspec.xml @@ -54,6 +54,13 @@ + + 2017-04-06 + 5.3.4 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + 2017-03-02 5.3.4