commit: ece5e7873256ca4eb54adb3866b94e501822c370
Author: Markus Meier <maekke <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 9 18:50:26 2016 +0000
Commit: Markus Meier <maekke <AT> gentoo <DOT> org>
CommitDate: Wed Nov 9 18:50:26 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ece5e787
media-gfx/pqiv: respect EPREFIX, bug #594714
Package-Manager: portage-2.3.2
media-gfx/pqiv/pqiv-2.2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-gfx/pqiv/pqiv-2.2.ebuild b/media-gfx/pqiv/pqiv-2.2.ebuild
index e518489..3d18561 100644
--- a/media-gfx/pqiv/pqiv-2.2.ebuild
+++ b/media-gfx/pqiv/pqiv-2.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -28,7 +28,7 @@ pkg_setup() {
}
src_configure() {
- ./configure --prefix=/usr --destdir="${D}" || die
+ ./configure --prefix="${EPREFIX}/usr" --destdir="${ED}" || die
}
src_compile() {