From c4fc8afb2d868304d1f201b6d1f0f85cba95e956 Mon Sep 17 00:00:00 2001 From: "Anthony G. Basile" Date: Mon, 21 Dec 2015 22:17:05 -0500 Subject: [PATCH] dev-libs/xapian: add `|| die` to 1.2.21-r1 version Package-Manager: portage-2.2.24 --- dev-libs/xapian/xapian-1.2.21-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/xapian/xapian-1.2.21-r1.ebuild b/dev-libs/xapian/xapian-1.2.21-r1.ebuild index 67dee7ec78e3..dfa0ed1fec2d 100644 --- a/dev-libs/xapian/xapian-1.2.21-r1.ebuild +++ b/dev-libs/xapian/xapian-1.2.21-r1.ebuild @@ -52,7 +52,7 @@ src_configure() { src_install() { emake DESTDIR="${D}" install - mv "${D}usr/share/doc/xapian-core" "${D}usr/share/doc/${PF}" + mv "${D}usr/share/doc/xapian-core" "${D}usr/share/doc/${PF}" || die use doc || rm -rf "${D}usr/share/doc/${PF}" dodoc AUTHORS HACKING PLATFORMS README NEWS -- 2.26.2