From 50d7a690ed00d2c8457e5f76a07683eb6b465334 Mon Sep 17 00:00:00 2001 From: Susan Wilson Date: Tue, 2 Oct 2018 00:52:11 -0500 Subject: media-libs/opusfile: fix install inside prefix Closes: https://bugs.gentoo.org/667332 Package-Manager: portage-2.3.50-r3, repoman-2.3.11 Signed-off-by: Susan Wilson Signed-off-by: Fabian Groffen --- media-libs/opusfile/opusfile-0.11.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'media-libs/opusfile') diff --git a/media-libs/opusfile/opusfile-0.11.ebuild b/media-libs/opusfile/opusfile-0.11.ebuild index 1c16b94fd610..bff77dbcf7e7 100644 --- a/media-libs/opusfile/opusfile-0.11.ebuild +++ b/media-libs/opusfile/opusfile-0.11.ebuild @@ -26,7 +26,7 @@ REQUIRED_USE="^^ ( fixed-point float )" src_configure() { local myeconfargs=( - --docdir=/usr/share/doc/${PF} + --docdir="${EPREFIX}/usr/share/doc/${PF}" $(use_enable doc) $(use_enable fixed-point)\ $(use_enable float) -- cgit v1.2.3-65-gdbad