summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-04-28 18:56:35 +0000
committerAron Griffis <agriffis@gentoo.org>2004-04-28 18:56:35 +0000
commit2ba77dfc157696114d3cd58a471bf3159c3ba2ba (patch)
tree96ea18dafa52c85001ea83a25bf2e534fdff1706 /app-admin/pcihpview
parenttidy (Manifest recommit) (diff)
downloadgentoo-2-2ba77dfc157696114d3cd58a471bf3159c3ba2ba.tar.gz
gentoo-2-2ba77dfc157696114d3cd58a471bf3159c3ba2ba.tar.bz2
gentoo-2-2ba77dfc157696114d3cd58a471bf3159c3ba2ba.zip
Fix econf || die
Diffstat (limited to 'app-admin/pcihpview')
-rw-r--r--app-admin/pcihpview/pcihpview-0.5.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/pcihpview/pcihpview-0.5.ebuild b/app-admin/pcihpview/pcihpview-0.5.ebuild
index 439a3b86202e..b008ef784f2a 100644
--- a/app-admin/pcihpview/pcihpview-0.5.ebuild
+++ b/app-admin/pcihpview/pcihpview-0.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/pcihpview/pcihpview-0.5.ebuild,v 1.1 2004/03/16 18:26:31 gregkh Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/pcihpview/pcihpview-0.5.ebuild,v 1.2 2004/04/28 18:55:26 agriffis Exp $
DESCRIPTION="Display all PCI Hotplug devices in the system"
SRC_URI="http://www.kroah.com/linux/hotplug/${P}.tar.gz"
@@ -13,7 +13,7 @@ KEYWORDS="x86 ppc sparc amd64"
DEPEND="=x11-libs/gtk+-1.2*"
src_compile() {
- econf
+ econf || die "econf failed"
make || die
}