From: Ben Kohler Date: Thu, 23 May 2019 18:13:35 +0000 (-0500) Subject: www-client/luakit: fix install paths on live build X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=da0b5a14e9b6093a3c44c912caaf8e67d22622be;p=gentoo.git www-client/luakit: fix install paths on live build Adjustments needed due to https://github.com/luakit/luakit/commit/fc07ed5a5ba5425fe52b7b4868ca8a73bc40ab6f Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Ben Kohler --- diff --git a/www-client/luakit/luakit-9999.ebuild b/www-client/luakit/luakit-9999.ebuild index 136f8177f30a..263bf90d2547 100644 --- a/www-client/luakit/luakit-9999.ebuild +++ b/www-client/luakit/luakit-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -40,9 +40,6 @@ DEPEND="${RDEPEND} src_compile() { emake \ CC=$(tc-getCC) \ - PREFIX="${EPREFIX}/usr" \ - DOCDIR="${EPREFIX}/usr/share/doc/${PF}" \ - XDGPREFIX="${EPREFIX}/etc/xdg" \ LUA_PKG_NAME=$(usex luajit 'luajit' 'lua') \ LUA_BIN_NAME=$(usex luajit 'luajit' 'lua') \ all @@ -60,8 +57,8 @@ src_install() { emake \ DESTDIR="${D}" \ PREFIX="${EPREFIX}/usr" \ - DOCDIR="${ED}/usr/share/doc/${PF}" \ - XDGPREFIX="${ED}/etc/xdg" \ + DOCDIR="${EPREFIX}/usr/share/doc/${PF}" \ + XDGPREFIX="${EPREFIX}/etc/xdg" \ install rm "${ED}/usr/share/doc/${PF}/COPYING.GPLv3" || die