From 5a6e1f9a1b60bd2dd039d534858e5c70280ac0a4 Mon Sep 17 00:00:00 2001 From: Aron Griffis Date: Mon, 26 Apr 2004 19:32:12 +0000 Subject: Add die following econf for bug 48950 --- sys-boot/dvhtool/ChangeLog | 7 +++++-- sys-boot/dvhtool/dvhtool-1.0.1.ebuild | 6 +++--- 2 files changed, 8 insertions(+), 5 deletions(-) (limited to 'sys-boot/dvhtool') 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 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" } -- cgit v1.2.3-65-gdbad