commit: 25056b7469f51dece5a45269684723049194d058 Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com> AuthorDate: Fri Jul 24 10:05:54 2020 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Wed Aug 5 12:18:42 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25056b74
dev-lua/luasocket: fix building for prefix Closes: https://bugs.gentoo.org/501168 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/16795 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> dev-lua/luasocket/luasocket-3.0_rc1-r5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lua/luasocket/luasocket-3.0_rc1-r5.ebuild b/dev-lua/luasocket/luasocket-3.0_rc1-r5.ebuild index 5ed5cbf5204..f47e443b228 100644 --- a/dev-lua/luasocket/luasocket-3.0_rc1-r5.ebuild +++ b/dev-lua/luasocket/luasocket-3.0_rc1-r5.ebuild @@ -43,7 +43,7 @@ multilib_src_install() { local luav=$($(tc-getPKG_CONFIG) --variable V lua) emake \ DESTDIR="${D}" \ - LUAPREFIX_linux=/usr \ + LUAPREFIX_linux="${EPREFIX}/usr" \ LUAV=${luav} \ CDIR_linux=$(get_libdir)/lua/${luav} \ install-unix
