From 55b86f94561454ddb508b4e0f3c6847abf9fb077 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ertu=C4=9Frul=20Erata?= Date: Thu, 6 Apr 2017 16:23:36 +0300 Subject: [PATCH] ldconfig fix --- programming/language/lua/actions.py | 4 +++- programming/language/lua/pspec.xml | 7 +++++++ 2 files changed, 10 insertions(+), 1 deletion(-) 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