diff options
author | 2007-10-22 17:16:16 +0000 | |
---|---|---|
committer | 2007-10-22 17:16:16 +0000 | |
commit | cfc9f646ec8d882dd42934aa73159d9c0e86111c (patch) | |
tree | ac6c7637f69ed359d638d5a8ba4e9b8509282c53 /sci-physics/root/root-5.16.00.ebuild | |
parent | Version bump. (diff) | |
download | gentoo-2-cfc9f646ec8d882dd42934aa73159d9c0e86111c.tar.gz gentoo-2-cfc9f646ec8d882dd42934aa73159d9c0e86111c.tar.bz2 gentoo-2-cfc9f646ec8d882dd42934aa73159d9c0e86111c.zip |
removed some doc install
(Portage version: 2.1.3.14)
Diffstat (limited to 'sci-physics/root/root-5.16.00.ebuild')
-rw-r--r-- | sci-physics/root/root-5.16.00.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-physics/root/root-5.16.00.ebuild b/sci-physics/root/root-5.16.00.ebuild index 8bb93b33efaf..d55317f4c727 100644 --- a/sci-physics/root/root-5.16.00.ebuild +++ b/sci-physics/root/root-5.16.00.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/root-5.16.00.ebuild,v 1.6 2007/10/19 10:51:56 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/root-5.16.00.ebuild,v 1.7 2007/10/22 17:16:16 bicatali Exp $ inherit versionator flag-o-matic eutils toolchain-funcs qt3 fortran @@ -169,7 +169,7 @@ src_install() { if use doc; then einfo "Installing user's guide and ref manual" insinto /usr/share/doc/${PF} - doins "${DISTDIR}"/Users_Guide_${DOC_PV}.pdf || die "pdf install failed" - dohtml -r "${WORKDIR}"/htmldoc || die "html install failed" + doins "${DISTDIR}"/Users_Guide_${DOC_PV}.pdf \ + || die "pdf install failed" fi } |