dev-lua/lpeg: prefix LUADIR with EPREFIX

Closes: https://github.com/gentoo/gentoo/pull/20576

Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
This commit is contained in:
Bob Dröge
2021-04-28 16:30:48 +02:00
committed by Guilherme Amadio
parent 20b66ad8e4
commit ccae9ca680

View File

@@ -50,7 +50,7 @@ src_prepare() {
lua_src_compile() {
cd "${S}.${ELUA}/" || die
emake CC="$(tc-getCC)" \
LUADIR="$(lua_get_include_dir)"
LUADIR="${EPREFIX}/$(lua_get_include_dir)"
}
src_compile() {