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 C33901396D0 for ; Mon, 28 Aug 2017 18:54:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F019B1FC066; Mon, 28 Aug 2017 18:54:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 CB39C1FC066 for ; Mon, 28 Aug 2017 18:54:40 +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 959CB33BE32 for ; Mon, 28 Aug 2017 18:54:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EFF4F85DE for ; Mon, 28 Aug 2017 18:54:37 +0000 (UTC) From: "Guilherme Amadio" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Guilherme Amadio" Message-ID: <1503946401.c8a72870cf2de761cc59703e33a80ba3d46085ad.amadio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/xapian/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/xapian/xapian-1.2.24.ebuild X-VCS-Directories: dev-libs/xapian/ X-VCS-Committer: amadio X-VCS-Committer-Name: Guilherme Amadio X-VCS-Revision: c8a72870cf2de761cc59703e33a80ba3d46085ad X-VCS-Branch: master Date: Mon, 28 Aug 2017 18:54:37 +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: 814790cc-c584-4df3-8ee0-d784b3c11e85 X-Archives-Hash: 0ef715e9844a142176a7db8a0e450561 commit: c8a72870cf2de761cc59703e33a80ba3d46085ad Author: Guilherme Amadio gentoo org> AuthorDate: Mon Aug 28 18:43:40 2017 +0000 Commit: Guilherme Amadio gentoo org> CommitDate: Mon Aug 28 18:53:21 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8a72870 dev-libs/xapian: use ${ED} instead of ${D} to fix prefix Package-Manager: Portage-2.3.8, Repoman-2.3.3 dev-libs/xapian/xapian-1.2.24.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/xapian/xapian-1.2.24.ebuild b/dev-libs/xapian/xapian-1.2.24.ebuild index 85d71a50f78..07d80d1a6c0 100644 --- a/dev-libs/xapian/xapian-1.2.24.ebuild +++ b/dev-libs/xapian/xapian-1.2.24.ebuild @@ -53,8 +53,8 @@ src_configure() { src_install() { emake DESTDIR="${D}" install - mv "${D}usr/share/doc/xapian-core" "${D}usr/share/doc/${PF}" || die - use doc || rm -rf "${D}usr/share/doc/${PF}" + mv "${ED}usr/share/doc/xapian-core" "${ED}usr/share/doc/${PF}" || die + use doc || rm -rf "${ED}usr/share/doc/${PF}" dodoc AUTHORS HACKING PLATFORMS README NEWS