diff options
author | Bob Dröge <b.e.droge@rug.nl> | 2021-04-28 16:30:48 +0200 |
---|---|---|
committer | Guilherme Amadio <amadio@gentoo.org> | 2021-06-07 16:19:01 +0200 |
commit | ccae9ca680301d407debbdbd784dc34684ff140f (patch) | |
tree | dbbd4826fdd6e973d2691d97c20fe09cdb93c535 /dev-lua/lpeg | |
parent | sys-apps/flatpak: amd64 stable wrt bug #775365 (diff) | |
download | gentoo-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')
-rw-r--r-- | dev-lua/lpeg/lpeg-1.0.2-r101.ebuild | 2 |
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() { |