commit:     ccae9ca680301d407debbdbd784dc34684ff140f
Author:     Bob Dröge <b.e.droge <AT> rug <DOT> nl>
AuthorDate: Wed Apr 28 14:30:48 2021 +0000
Commit:     Guilherme Amadio <amadio <AT> gentoo <DOT> org>
CommitDate: Mon Jun  7 14:19:01 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccae9ca6

dev-lua/lpeg: prefix LUADIR with EPREFIX

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

Signed-off-by: Guilherme Amadio <amadio <AT> gentoo.org>

 dev-lua/lpeg/lpeg-1.0.2-r101.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lua/lpeg/lpeg-1.0.2-r101.ebuild 
b/dev-lua/lpeg/lpeg-1.0.2-r101.ebuild
index 0a8e84bf7e8..d911bbbf5ae 100644
--- a/dev-lua/lpeg/lpeg-1.0.2-r101.ebuild
+++ b/dev-lua/lpeg/lpeg-1.0.2-r101.ebuild
@@ -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() {

Reply via email to