net-im/librvp: add EPREFIX where needed
authorAaron Bauman <bman@gentoo.org>
Mon, 28 May 2018 22:33:57 +0000 (18:33 -0400)
committerAaron Bauman <bman@gentoo.org>
Mon, 28 May 2018 23:02:02 +0000 (19:02 -0400)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

net-im/librvp/librvp-0.9.6.ebuild

index 6999a1f636ee964950fd9c34f48e675aede3207a..8bf713348106e6268b639867f5c75d72321c7ec4 100644 (file)
@@ -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
 }