projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26d75db
)
net-im/librvp: add EPREFIX where needed
author
Aaron Bauman
<bman@gentoo.org>
Mon, 28 May 2018 22:33:57 +0000
(18:33 -0400)
committer
Aaron 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
patch
|
blob
|
history
diff --git
a/net-im/librvp/librvp-0.9.6.ebuild
b/net-im/librvp/librvp-0.9.6.ebuild
index 6999a1f636ee964950fd9c34f48e675aede3207a..8bf713348106e6268b639867f5c75d72321c7ec4 100644
(file)
--- 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
}