mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-03 02:10:04 +00:00
luaposix: Fix INST_LIBDIR to honor libdir var
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -20,7 +20,7 @@ do_compile() {
|
||||
}
|
||||
|
||||
do_install() {
|
||||
${S}/build-aux/luke PREFIX=${D}${prefix} install
|
||||
${S}/build-aux/luke PREFIX=${D}${prefix} INST_LIBDIR=${D}${libdir}/lua/${LUA_VERSION} install
|
||||
}
|
||||
|
||||
FILES:${PN} = "${datadir}/lua/${LUA_VERSION} \
|
||||
|
||||
Reference in New Issue
Block a user