From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-981523-garchives=archives.gentoo.org@lists.gentoo.org> 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 9C9D71396D9 for <garchives@archives.gentoo.org>; Tue, 31 Oct 2017 14:13:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D39B7E0D14; Tue, 31 Oct 2017 14:13:02 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 B1350E0D14 for <gentoo-commits@lists.gentoo.org>; Tue, 31 Oct 2017 14:13:02 +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 6EE3833BEA7 for <gentoo-commits@lists.gentoo.org>; Tue, 31 Oct 2017 14:13:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 028D183B for <gentoo-commits@lists.gentoo.org>; Tue, 31 Oct 2017 14:13:00 +0000 (UTC) From: "Fabian Groffen" <grobian@gentoo.org> 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" <grobian@gentoo.org> Message-ID: <1509459171.72748665d4dfb9f7535457b703a29602e2bb35e9.grobian@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/hfsutils/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/hfsutils/hfsutils-3.2.6-r5.ebuild X-VCS-Directories: sys-fs/hfsutils/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 72748665d4dfb9f7535457b703a29602e2bb35e9 X-VCS-Branch: master Date: Tue, 31 Oct 2017 14:13:00 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 91efab12-6d11-40c8-87d6-9826364844e1 X-Archives-Hash: 771b5ca11222f24c2d47b9e0f397d343 commit: 72748665d4dfb9f7535457b703a29602e2bb35e9 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org> AuthorDate: Tue Oct 31 14:12:19 2017 +0000 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org> CommitDate: Tue Oct 31 14:12:51 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72748665 sys-fs/hfsutils: fix install for Prefix by Francois Bissy in bug #635950 Package-Manager: Portage-2.3.8, Repoman-2.3.3 sys-fs/hfsutils/hfsutils-3.2.6-r5.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sys-fs/hfsutils/hfsutils-3.2.6-r5.ebuild b/sys-fs/hfsutils/hfsutils-3.2.6-r5.ebuild index e44c4bc2efa..e6aad9cbc5b 100644 --- a/sys-fs/hfsutils/hfsutils-3.2.6-r5.ebuild +++ b/sys-fs/hfsutils/hfsutils-3.2.6-r5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -41,9 +41,9 @@ src_compile() { src_install() { dodir /usr/bin /usr/lib /usr/share/man/man1 emake \ - prefix="${D}"/usr \ - MANDEST="${D}"/usr/share/man \ - infodir="${D}"/usr/share/info \ + prefix="${ED}"/usr \ + MANDEST="${ED}"/usr/share/man \ + infodir="${ED}"/usr/share/info \ install dobin hfsck/hfsck dodoc BLURB CHANGES README TODO doc/*.txt