commit: c8a72870cf2de761cc59703e33a80ba3d46085ad
Author: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 28 18:43:40 2017 +0000
Commit: Guilherme Amadio <amadio <AT> gentoo <DOT> 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