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 6030F1382C5 for ; Wed, 31 Jan 2018 16:03:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 71192E0C83; Wed, 31 Jan 2018 16:03:55 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 4CD3AE0C83 for ; Wed, 31 Jan 2018 16:03:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 2194A335C62 for ; Wed, 31 Jan 2018 16:03:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A8CB71BD for ; Wed, 31 Jan 2018 16:03:51 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1517414587.a7047847b3414613303039bd7a13e2fce3db4ce0.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/pbzip2/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/pbzip2/pbzip2-1.1.13.ebuild X-VCS-Directories: app-arch/pbzip2/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: a7047847b3414613303039bd7a13e2fce3db4ce0 X-VCS-Branch: master Date: Wed, 31 Jan 2018 16:03:51 +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: 94724089-4da2-4f4a-82a4-40c8b5fe9460 X-Archives-Hash: 1bd3db55eac061100517535765e76ad3 commit: a7047847b3414613303039bd7a13e2fce3db4ce0 Author: Mike Frysinger gentoo org> AuthorDate: Wed Jan 31 16:03:07 2018 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Wed Jan 31 16:03:07 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7047847 app-arch/pbzip2: add eprefix support #586804 Bug: https://bugs.gentoo.org/586804 app-arch/pbzip2/pbzip2-1.1.13.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-arch/pbzip2/pbzip2-1.1.13.ebuild b/app-arch/pbzip2/pbzip2-1.1.13.ebuild index 8f83901fc49..abf49d11407 100644 --- a/app-arch/pbzip2/pbzip2-1.1.13.ebuild +++ b/app-arch/pbzip2/pbzip2-1.1.13.ebuild @@ -30,7 +30,7 @@ src_prepare() { } src_install() { - emake DESTDIR="${D}" install + emake DESTDIR="${ED}" install dodoc AUTHORS ChangeLog README if use symlink ; then