From: Fabian Groffen Date: Thu, 18 Oct 2018 10:41:10 +0000 (+0200) Subject: media-libs/tiff: fix Prefix install, thanks Olivier Huber X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=3f1fd7e0c5868dd636e8c248fe7b24ebc6fb2364;p=gentoo.git media-libs/tiff: fix Prefix install, thanks Olivier Huber Closes: https://bugs.gentoo.org/668772 Signed-off-by: Fabian Groffen Package-Manager: Portage-2.3.49, Repoman-2.3.11 --- diff --git a/media-libs/tiff/tiff-4.0.9-r4.ebuild b/media-libs/tiff/tiff-4.0.9-r4.ebuild index 7417dea3420d..97a274e6ff3e 100644 --- a/media-libs/tiff/tiff-4.0.9-r4.ebuild +++ b/media-libs/tiff/tiff-4.0.9-r4.ebuild @@ -49,7 +49,7 @@ src_prepare() { multilib_src_configure() { local myeconfargs=( --without-x - --with-docdir=/usr/share/doc/${PF} + --with-docdir="${EPREFIX}"/usr/share/doc/${PF} $(use_enable cxx) $(use_enable jbig) $(use_enable jpeg)