media-libs/opusfile: fix install inside prefix
authorSusan Wilson <susanw@airmail.cc>
Tue, 2 Oct 2018 05:52:11 +0000 (00:52 -0500)
committerFabian Groffen <grobian@gentoo.org>
Fri, 5 Oct 2018 07:42:34 +0000 (09:42 +0200)
Closes: https://bugs.gentoo.org/667332

Package-Manager: portage-2.3.50-r3, repoman-2.3.11
Signed-off-by: Susan Wilson <susanw@airmail.cc>
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
media-libs/opusfile/opusfile-0.11.ebuild

index 1c16b94fd6108f0cd37e389d40e05794a81896de..bff77dbcf7e72b45a68df577cfcb47fbdd4104fa 100644 (file)
@@ -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)