commit: bce33685b9a546703d70a06dc7389df64f91d778
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Mon May 28 22:33:57 2018 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Mon May 28 23:02:02 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bce33685
net-im/librvp: add EPREFIX where needed
Package-Manager: Portage-2.3.40, Repoman-2.3.9
net-im/librvp/librvp-0.9.6.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-im/librvp/librvp-0.9.6.ebuild
b/net-im/librvp/librvp-0.9.6.ebuild
index 6999a1f636e..8bf71334810 100644
--- a/net-im/librvp/librvp-0.9.6.ebuild
+++ b/net-im/librvp/librvp-0.9.6.ebuild
@@ -19,6 +19,6 @@ DEPEND="virtual/pkgconfig
${RDEPEND}"
src_configure() {
- econf --with-gaim-plugin-dir=/usr/$(get_libdir)/pidgin \
- --with-gaim-data-dir=/usr/share/pixmaps/pidgin
+ econf --with-gaim-plugin-dir="${EPREFIX}"/usr/$(get_libdir)/pidgin \
+ --with-gaim-data-dir="${EPREFIX}"/usr/share/pixmaps/pidgin
}