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 9B5F31382DE for ; Sun, 3 Jul 2016 00:36:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7C4A9E0B57; Sun, 3 Jul 2016 00:36:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 1F28EE0B57 for ; Sun, 3 Jul 2016 00:36:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 28413340D52 for ; Sun, 3 Jul 2016 00:36:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 011DC241D for ; Sun, 3 Jul 2016 00:36:24 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1467506134.e4132b01636a47202e6700f3d12d236d652b6f95.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/dosfstools/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/dosfstools/dosfstools-4.0-r1.ebuild X-VCS-Directories: sys-fs/dosfstools/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: e4132b01636a47202e6700f3d12d236d652b6f95 X-VCS-Branch: master Date: Sun, 3 Jul 2016 00:36:24 +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: 3eeaa075-6ad9-40da-955c-0a4bc016ee69 X-Archives-Hash: ec3d3c882812684da39bd8f0efbd505e commit: e4132b01636a47202e6700f3d12d236d652b6f95 Author: Zac Medico gentoo org> AuthorDate: Sun Jul 3 00:35:34 2016 +0000 Commit: Zac Medico gentoo org> CommitDate: Sun Jul 3 00:35:34 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4132b01 sys-fs/dosfstools: add ${EPREFIX} to econf --docdir argument Package-Manager: portage-2.3.0 sys-fs/dosfstools/dosfstools-4.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-fs/dosfstools/dosfstools-4.0-r1.ebuild b/sys-fs/dosfstools/dosfstools-4.0-r1.ebuild index fce6ebf..14327e6 100644 --- a/sys-fs/dosfstools/dosfstools-4.0-r1.ebuild +++ b/sys-fs/dosfstools/dosfstools-4.0-r1.ebuild @@ -33,7 +33,7 @@ src_prepare() { src_configure() { econf \ - --docdir=/usr/share/doc/${PF} \ + --docdir="${EPREFIX}"/usr/share/doc/${PF} \ $(use_enable compat compat-symlinks) \ $(use_with udev) }