commit: db974abb15e2355e288a020eaf16046c78542ed5
Author: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 10 15:47:54 2017 +0000
Commit: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
CommitDate: Thu Aug 10 15:48:16 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db974abb
dev-util/google-perftools: add prefix support
Package-Manager: Portage-2.3.6, Repoman-2.3.3
dev-util/google-perftools/google-perftools-2.6.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-util/google-perftools/google-perftools-2.6.1.ebuild
b/dev-util/google-perftools/google-perftools-2.6.1.ebuild
index 48a3be80a5e..708d6799167 100644
--- a/dev-util/google-perftools/google-perftools-2.6.1.ebuild
+++ b/dev-util/google-perftools/google-perftools-2.6.1.ebuild
@@ -51,8 +51,8 @@ multilib_src_configure() {
append-flags -fno-strict-aliasing -fno-omit-frame-pointer
econf \
- --htmldir=/usr/share/doc/${PF}/html \
- --docdir=/usr/share/doc/${PF} \
+ --htmldir=${EPREFIX}/usr/share/doc/${PF}/html \
+ --docdir=${EPREFIX}/usr/share/doc/${PF} \
--enable-shared \
$(use_enable static-libs static) \
$(use_enable debug debugalloc) \