diff options
Diffstat (limited to 'sci-chemistry/openbabel')
-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 |