diff options
author | Justin Lecher <jlec@gentoo.org> | 2017-06-03 09:04:03 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2017-06-03 09:39:45 +0100 |
commit | d789a02141117aef88ba55d035f11d3127dd35db (patch) | |
tree | 92e86851d943243f448214117070bf6c519ef01a /sci-chemistry | |
parent | x11-libs/liboglappth: Drop old (diff) | |
download | gentoo-d789a02141117aef88ba55d035f11d3127dd35db.tar.gz gentoo-d789a02141117aef88ba55d035f11d3127dd35db.tar.bz2 gentoo-d789a02141117aef88ba55d035f11d3127dd35db.zip |
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 <jlec@gentoo.org>
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/openbabel/openbabel-2.4.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |