Summary: | media-libs/tiff-4.0.9-r4 fails during the install phase | ||
---|---|---|---|
Product: | Gentoo/Alt | Reporter: | Olivier Huber <oli.huber> |
Component: | Prefix Support | Assignee: | Gentoo Prefix <prefix> |
Status: | RESOLVED FIXED | ||
Severity: | normal | Keywords: | PATCH |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | build log |
Description
Olivier Huber
2018-10-16 11:59:18 UTC
This oneliner fixes it --- tiff-4.0.9-r4.ebuild 2018-10-14 11:39:27.000000000 +0200 +++ tiff-4.0.9-r4.ebuild 2018-10-16 15:31:40.155680850 +0200 @@ -49,7 +49,7 @@ 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) The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f1fd7e0c5868dd636e8c248fe7b24ebc6fb2364 commit 3f1fd7e0c5868dd636e8c248fe7b24ebc6fb2364 Author: Fabian Groffen <grobian@gentoo.org> AuthorDate: 2018-10-18 10:41:10 +0000 Commit: Fabian Groffen <grobian@gentoo.org> CommitDate: 2018-10-18 10:41:40 +0000 media-libs/tiff: fix Prefix install, thanks Olivier Huber Closes: https://bugs.gentoo.org/668772 Signed-off-by: Fabian Groffen <grobian@gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11 media-libs/tiff/tiff-4.0.9-r4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) |