commit:     ec7e31e00a4f2f2412b0b60051ce8e09095a6d4b
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Mon Apr  5 02:12:53 2021 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Mon Apr  5 02:12:53 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec7e31e0

app-admin/qtpass: avoid using D in src_configure

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 app-admin/qtpass/qtpass-1.3.2-r2.ebuild | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/app-admin/qtpass/qtpass-1.3.2-r2.ebuild 
b/app-admin/qtpass/qtpass-1.3.2-r2.ebuild
index 4d457f60204..6c2724ff6e1 100644
--- a/app-admin/qtpass/qtpass-1.3.2-r2.ebuild
+++ b/app-admin/qtpass/qtpass-1.3.2-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -41,7 +41,7 @@ src_prepare() {
 }
 
 src_configure() {
-       eqmake5 PREFIX="${D}"/usr
+       eqmake5 PREFIX="${EPREFIX}"/usr
 }
 
 src_test() {
@@ -49,7 +49,8 @@ src_test() {
 }
 
 src_install() {
-       default
+       emake INSTALL_ROOT="${D}" install
+       einstalldocs
 
        insinto /usr/share/qtpass/translations
        doins localization/*.qm

Reply via email to