mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-23 18:38:08 -07:00
dev-lua/lua-cjson: correct library path
Closes: https://bugs.gentoo.org/909417 Signed-off-by: Marcin Deranek <marcin.deranek@slonko.net> Closes: https://github.com/gentoo/gentoo/pull/31680 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
This commit is contained in:
committed by
Conrad Kostecki
parent
e30f49cae6
commit
bc3742abec
@@ -77,7 +77,7 @@ lua_src_install() {
|
||||
|
||||
local myemakeargs=(
|
||||
"DESTDIR=${D}"
|
||||
"LUA_CMODULE_DIR=$(lua_get_lmod_dir)"
|
||||
"LUA_CMODULE_DIR=$(lua_get_cmod_dir)"
|
||||
"LUA_MODULE_DIR=$(lua_get_lmod_dir)"
|
||||
"PREFIX=${EPREFIX}/usr"
|
||||
)
|
||||
Reference in New Issue
Block a user