diff options
Diffstat (limited to 'sci-biology/phylip/phylip-3.67.ebuild')
-rw-r--r-- | sci-biology/phylip/phylip-3.67.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sci-biology/phylip/phylip-3.67.ebuild b/sci-biology/phylip/phylip-3.67.ebuild index 9608cd91db30..4a1cd25a7e43 100644 --- a/sci-biology/phylip/phylip-3.67.ebuild +++ b/sci-biology/phylip/phylip-3.67.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/phylip/phylip-3.67.ebuild,v 1.5 2008/03/17 01:56:13 ken69267 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/phylip/phylip-3.67.ebuild,v 1.6 2008/06/29 08:24:01 tove Exp $ inherit toolchain-funcs @@ -34,13 +34,13 @@ src_compile() { src_install() { cd "${WORKDIR}/${P}" - dobin exe/* || "Failed to install programs." + dobin exe/* || die "Failed to install programs." dodoc "${FILESDIR}"/README.Gentoo || die "Failed to install Gentoo notes." - dohtml phylip.html || "Failed to install HTML documentation index." + dohtml phylip.html || die "Failed to install HTML documentation index." insinto /usr/share/doc/${PF}/html/doc - doins doc/* || "Failed to install HTML documentation." + doins doc/* || die "Failed to install HTML documentation." insinto /usr/share/${PN}/fonts doins fonts/* || die "Fonts installation failed." |