summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-04-26 19:32:12 +0000
committerAron Griffis <agriffis@gentoo.org>2004-04-26 19:32:12 +0000
commit5a6e1f9a1b60bd2dd039d534858e5c70280ac0a4 (patch)
treee22a9a346507d8b15033079b14737d20571637c0 /sys-boot/dvhtool/dvhtool-1.0.1.ebuild
parentVersion bumped. (Manifest recommit) (diff)
downloadgentoo-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/dvhtool-1.0.1.ebuild')
-rw-r--r--sys-boot/dvhtool/dvhtool-1.0.1.ebuild6
1 files changed, 3 insertions, 3 deletions
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"
}