diff --git a/programming/language/lua/actions.py b/programming/language/lua/actions.py index 919c9d822f..af289cbfec 100644 --- a/programming/language/lua/actions.py +++ b/programming/language/lua/actions.py @@ -23,7 +23,7 @@ def build(): 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())) - pisitools.dolib("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 72c0f555a3..54f60549f3 100644 --- a/programming/language/lua/pspec.xml +++ b/programming/language/lua/pspec.xml @@ -55,7 +55,7 @@ - 2017-04-06 + 2017-04-08 5.3.4 Version bump. Ertuğrul Erata