app-admin/qtpass: avoid using D in src_configure

Signed-off-by: Mike Gilbert <floppym@gentoo.org>
This commit is contained in:
Mike Gilbert
2021-04-04 22:12:53 -04:00
parent 754e286bf1
commit ec7e31e00a

View File

@@ -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