mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
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:
committed by
Guilherme Amadio
parent
20b66ad8e4
commit
ccae9ca680
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user