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:
Marcin Deranek
2023-06-30 22:17:55 +02:00
committed by Conrad Kostecki
parent e30f49cae6
commit bc3742abec

View File

@@ -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"
)