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 74C33139084 for ; Fri, 16 Dec 2016 08:42:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C5900E0C3A; Fri, 16 Dec 2016 08:42:12 +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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A7104E0C3A for ; Fri, 16 Dec 2016 08:42:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 836E9341293 for ; Fri, 16 Dec 2016 08:42:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 247CD71B for ; Fri, 16 Dec 2016 08:42:10 +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: <1481877725.132ff29775e1a153faaca83c4092d065f4dc6053.grobian@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libatasmart/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libatasmart/libatasmart-0.19-r2.ebuild X-VCS-Directories: dev-libs/libatasmart/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 132ff29775e1a153faaca83c4092d065f4dc6053 X-VCS-Branch: master Date: Fri, 16 Dec 2016 08:42:10 +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: 108866f3-0f6b-4c80-8093-1a1e079133dd X-Archives-Hash: 726c0f3805bae35956c0591f76618c1a commit: 132ff29775e1a153faaca83c4092d065f4dc6053 Author: Fabian Groffen gentoo org> AuthorDate: Fri Dec 16 08:42:05 2016 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Fri Dec 16 08:42:05 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=132ff297 dev-libs/libatasmart: fix Prefix installation by Jens Lindenmeier, bug #602574 Package-Manager: portage-2.3.0 dev-libs/libatasmart/libatasmart-0.19-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libatasmart/libatasmart-0.19-r2.ebuild b/dev-libs/libatasmart/libatasmart-0.19-r2.ebuild index f232df3..0cf955c 100644 --- a/dev-libs/libatasmart/libatasmart-0.19-r2.ebuild +++ b/dev-libs/libatasmart/libatasmart-0.19-r2.ebuild @@ -32,7 +32,7 @@ src_prepare() { src_configure() { econf \ - --docdir=/usr/share/doc/${PF} \ + --docdir="${EPREFIX}"/usr/share/doc/${PF} \ $(use_enable static-libs static) }