From: Justin Lecher Date: Sat, 3 Jun 2017 08:04:03 +0000 (+0100) Subject: sci-chemistry/openbabel: Fix API doc installation X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=d789a02141117aef88ba55d035f11d3127dd35db;p=gentoo.git sci-chemistry/openbabel: Fix API doc installation Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=619140 Package-Manager: Portage-2.3.6, Repoman-2.3.2 Signed-off-by: Justin Lecher --- diff --git a/sci-chemistry/openbabel/openbabel-2.4.1.ebuild b/sci-chemistry/openbabel/openbabel-2.4.1.ebuild index 7674873aea95..2e3c423900ed 100644 --- a/sci-chemistry/openbabel/openbabel-2.4.1.ebuild +++ b/sci-chemistry/openbabel/openbabel-2.4.1.ebuild @@ -66,7 +66,7 @@ src_install() { dodoc doc/{*.html,*.png} if use doc ; then docinto html/API - dodoc doc/API/html/* + dodoc -r doc/API/html/* fi cmake-utils_src_install