ldconfig fix
This commit is contained in:
@@ -21,7 +21,9 @@ def build():
|
|||||||
autotools.make("linux")
|
autotools.make("linux")
|
||||||
|
|
||||||
def install():
|
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")
|
||||||
pisitools.insinto("/usr/lib/pkgconfig", "lua.pc", "lua5.3.pc")
|
pisitools.insinto("/usr/lib/pkgconfig", "lua.pc", "lua5.3.pc")
|
||||||
|
|||||||
@@ -54,6 +54,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="5">
|
||||||
|
<Date>2017-04-06</Date>
|
||||||
|
<Version>5.3.4</Version>
|
||||||
|
<Comment>Version bump.</Comment>
|
||||||
|
<Name>Ertuğrul Erata</Name>
|
||||||
|
<Email>ertugrulerata@gmail.com</Email>
|
||||||
|
</Update>
|
||||||
<Update release="4">
|
<Update release="4">
|
||||||
<Date>2017-03-02</Date>
|
<Date>2017-03-02</Date>
|
||||||
<Version>5.3.4</Version>
|
<Version>5.3.4</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user