commit:     da0b5a14e9b6093a3c44c912caaf8e67d22622be
Author:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Thu May 23 18:13:35 2019 +0000
Commit:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Thu May 23 18:13:51 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da0b5a14

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 <bkohler <AT> gentoo.org>

 www-client/luakit/luakit-9999.ebuild | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/www-client/luakit/luakit-9999.ebuild 
b/www-client/luakit/luakit-9999.ebuild
index 136f8177f30..263bf90d254 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

Reply via email to