commit: c4fc8afb2d868304d1f201b6d1f0f85cba95e956
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 22 03:17:05 2015 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Tue Dec 22 03:17:05 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4fc8afb
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 67dee7e..dfa0ed1 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