summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Dröge <b.e.droge@rug.nl>2021-04-28 16:30:48 +0200
committerGuilherme Amadio <amadio@gentoo.org>2021-06-07 16:19:01 +0200
commitccae9ca680301d407debbdbd784dc34684ff140f (patch)
treedbbd4826fdd6e973d2691d97c20fe09cdb93c535 /dev-lua/lpeg/lpeg-1.0.2-r101.ebuild
parentsys-apps/flatpak: amd64 stable wrt bug #775365 (diff)
downloadgentoo-ccae9ca680301d407debbdbd784dc34684ff140f.tar.gz
gentoo-ccae9ca680301d407debbdbd784dc34684ff140f.tar.bz2
gentoo-ccae9ca680301d407debbdbd784dc34684ff140f.zip
dev-lua/lpeg: prefix LUADIR with EPREFIX
Closes: https://github.com/gentoo/gentoo/pull/20576 Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
Diffstat (limited to 'dev-lua/lpeg/lpeg-1.0.2-r101.ebuild')
-rw-r--r--dev-lua/lpeg/lpeg-1.0.2-r101.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lua/lpeg/lpeg-1.0.2-r101.ebuild b/dev-lua/lpeg/lpeg-1.0.2-r101.ebuild
index 0a8e84bf7e8e..d911bbbf5ae5 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() {