From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 054F1138334 for ; Thu, 18 Oct 2018 10:42:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E404AE07E2; Thu, 18 Oct 2018 10:41:58 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B9AD1E07E2 for ; Thu, 18 Oct 2018 10:41:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 97786335CEB for ; Thu, 18 Oct 2018 10:41:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 71FCD42C for ; Thu, 18 Oct 2018 10:41:48 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1539859300.3f1fd7e0c5868dd636e8c248fe7b24ebc6fb2364.grobian@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/tiff/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/tiff/tiff-4.0.9-r4.ebuild X-VCS-Directories: media-libs/tiff/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 3f1fd7e0c5868dd636e8c248fe7b24ebc6fb2364 X-VCS-Branch: master Date: Thu, 18 Oct 2018 10:41:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: bf1b22bf-95d6-4076-bde1-305cb552c362 X-Archives-Hash: 06910553718902121c9b6603176673d6 commit: 3f1fd7e0c5868dd636e8c248fe7b24ebc6fb2364 Author: Fabian Groffen gentoo org> AuthorDate: Thu Oct 18 10:41:10 2018 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Thu Oct 18 10:41:40 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f1fd7e0 media-libs/tiff: fix Prefix install, thanks Olivier Huber Closes: https://bugs.gentoo.org/668772 Signed-off-by: Fabian Groffen 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(-) diff --git a/media-libs/tiff/tiff-4.0.9-r4.ebuild b/media-libs/tiff/tiff-4.0.9-r4.ebuild index 7417dea3420..97a274e6ff3 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)