diff options
author | 2008-05-13 13:17:34 +0000 | |
---|---|---|
committer | 2008-05-13 13:17:34 +0000 | |
commit | 360e0f14183fb2cf9ee7559cf5b9cca88b8d88b5 (patch) | |
tree | e34888a0638f7f0c7590c4ddd32a29578788abc3 /sci-libs/lapackpp/lapackpp-2.5.2.ebuild | |
parent | Updated to netgen-4.4-r1 (diff) | |
download | sci-360e0f14183fb2cf9ee7559cf5b9cca88b8d88b5.tar.gz sci-360e0f14183fb2cf9ee7559cf5b9cca88b8d88b5.tar.bz2 sci-360e0f14183fb2cf9ee7559cf5b9cca88b8d88b5.zip |
Fixed recursive dohtml (see bug #221905) in sci-libs/lapackpp.
git-svn-id: http://overlays.gentoo.org/svn/proj/science/overlay@1054 32389bae-6d03-0410-99cf-db05cde120eb
Diffstat (limited to 'sci-libs/lapackpp/lapackpp-2.5.2.ebuild')
-rw-r--r-- | sci-libs/lapackpp/lapackpp-2.5.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/lapackpp/lapackpp-2.5.2.ebuild b/sci-libs/lapackpp/lapackpp-2.5.2.ebuild index 7446b1229..c089ef4db 100644 --- a/sci-libs/lapackpp/lapackpp-2.5.2.ebuild +++ b/sci-libs/lapackpp/lapackpp-2.5.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -33,6 +33,6 @@ src_install() { emake DESTDIR="${D}" install || die "emake install failed" dodoc NEWS README ChangeLog AUTHORS || die "dodoc failed" if use doc; then - dohtml api-doc/html || die "dohtml failed" + dohtml -r api-doc/html/* || die "dohtml failed" fi } |