Skip to content

Commit

Permalink
dev-lua/lpeg: prefix LUADIR with EPREFIX
Browse files Browse the repository at this point in the history
Closes: gentoo#20576

Signed-off-by: Guilherme Amadio <[email protected]>
  • Loading branch information
bedroge authored and amadio committed Jun 7, 2021
1 parent 20b66ad commit ccae9ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-lua/lpeg/lpeg-1.0.2-r101.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit ccae9ca

Please sign in to comment.