summaryrefslogtreecommitdiff
path: root/dev-libs/xapian
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2015-12-21 22:09:58 -0500
committerAnthony G. Basile <blueness@gentoo.org>2015-12-21 22:11:43 -0500
commit82add8fb6f6b87ea7f95caa7405fbb4d69fe3956 (patch)
tree081415967a7ec2ac840a88944636c67858b36f99 /dev-libs/xapian
parentefd4acc245415fb1f6e003d4af5d88b4e7dccef3 (diff)
downloadgentoo-82add8fb6f6b87ea7f95caa7405fbb4d69fe3956.tar.gz
gentoo-82add8fb6f6b87ea7f95caa7405fbb4d69fe3956.tar.xz
dev-libs/xapian: add `|| die` when renaming the doc dir
Package-Manager: portage-2.2.24
Diffstat (limited to 'dev-libs/xapian')
-rw-r--r--dev-libs/xapian/xapian-1.3.3-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/xapian/xapian-1.3.3-r1.ebuild b/dev-libs/xapian/xapian-1.3.3-r1.ebuild
index 5aa263c5d98..e12e0f392f5 100644
--- a/dev-libs/xapian/xapian-1.3.3-r1.ebuild
+++ b/dev-libs/xapian/xapian-1.3.3-r1.ebuild
@@ -54,7 +54,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