summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-04-28 18:56:02 +0000
committerAron Griffis <agriffis@gentoo.org>2004-04-28 18:56:02 +0000
commit77b13b87cfe366920c7b23d2e1e9d389bd9d715d (patch)
tree5af414025685bd86ccec55e0e9c828b10ac5b4f8 /app-admin/pcihpview
parenttidy (diff)
downloadhistorical-77b13b87cfe366920c7b23d2e1e9d389bd9d715d.tar.gz
historical-77b13b87cfe366920c7b23d2e1e9d389bd9d715d.tar.bz2
historical-77b13b87cfe366920c7b23d2e1e9d389bd9d715d.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
}