diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 19:32:12 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 19:32:12 +0000 |
commit | 5a6e1f9a1b60bd2dd039d534858e5c70280ac0a4 (patch) | |
tree | e22a9a346507d8b15033079b14737d20571637c0 /sys-boot/dvhtool | |
parent | Version bumped. (Manifest recommit) (diff) | |
download | gentoo-2-5a6e1f9a1b60bd2dd039d534858e5c70280ac0a4.tar.gz gentoo-2-5a6e1f9a1b60bd2dd039d534858e5c70280ac0a4.tar.bz2 gentoo-2-5a6e1f9a1b60bd2dd039d534858e5c70280ac0a4.zip |
Add die following econf for bug 48950
Diffstat (limited to 'sys-boot/dvhtool')
-rw-r--r-- | sys-boot/dvhtool/ChangeLog | 7 | ||||
-rw-r--r-- | sys-boot/dvhtool/dvhtool-1.0.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-boot/dvhtool/ChangeLog b/sys-boot/dvhtool/ChangeLog index 0042d8b36d82..0fccedcc9e1c 100644 --- a/sys-boot/dvhtool/ChangeLog +++ b/sys-boot/dvhtool/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-boot/dvhtool -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/dvhtool/ChangeLog,v 1.2 2003/12/09 08:55:58 seemant Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/dvhtool/ChangeLog,v 1.3 2004/04/26 19:29:22 agriffis Exp $ + + 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> dvhtool-1.0.1.ebuild: + Add die following econf for bug 48950 *dvhtool-1.0.1 (08 Dec 2003) diff --git a/sys-boot/dvhtool/dvhtool-1.0.1.ebuild b/sys-boot/dvhtool/dvhtool-1.0.1.ebuild index e930cf2d571f..f30458bc63d6 100644 --- a/sys-boot/dvhtool/dvhtool-1.0.1.ebuild +++ b/sys-boot/dvhtool/dvhtool-1.0.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/dvhtool/dvhtool-1.0.1.ebuild,v 1.1 2003/12/09 08:11:46 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/dvhtool/dvhtool-1.0.1.ebuild,v 1.2 2004/04/26 19:29:22 agriffis Exp $ DESCRIPTION="Dvhtool is the tool responsible for writing MIPS kernel(s) into the SGI volume header" HOMEPAGE="http://packages.debian.org/unstable/utils/dvhtool.html" @@ -20,7 +20,7 @@ src_unpack() { } src_compile() { cd ${S}.orig - econf + econf || die "econf failed" emake || die "Failed to compile" } |