summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-04-26 14:43:52 +0000
committerAron Griffis <agriffis@gentoo.org>2004-04-26 14:43:52 +0000
commitc88477d1d022855f3527a231d98d1e9dce7333de (patch)
tree66f1c24bf15a56fe9c5104dc6e7da915b50f8296 /sys-libs/rvm/rvm-1.6.ebuild
parentStable on x86. (Manifest recommit) (diff)
downloadgentoo-2-c88477d1d022855f3527a231d98d1e9dce7333de.tar.gz
gentoo-2-c88477d1d022855f3527a231d98d1e9dce7333de.tar.bz2
gentoo-2-c88477d1d022855f3527a231d98d1e9dce7333de.zip
Add die following econf for bug 48950
Diffstat (limited to 'sys-libs/rvm/rvm-1.6.ebuild')
-rw-r--r--sys-libs/rvm/rvm-1.6.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/rvm/rvm-1.6.ebuild b/sys-libs/rvm/rvm-1.6.ebuild
index 79eee9dda5fd..d79c45f48f6c 100644
--- a/sys-libs/rvm/rvm-1.6.ebuild
+++ b/sys-libs/rvm/rvm-1.6.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/sys-libs/rvm/rvm-1.6.ebuild,v 1.7 2004/02/22 12:30:27 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/rvm/rvm-1.6.ebuild,v 1.8 2004/04/26 14:42:08 agriffis Exp $
DESCRIPTION="Recoverable Virtual Memory (used by Coda)"
HOMEPAGE="http://www.coda.cs.cmu.edu/"
@@ -14,7 +14,7 @@ DEPEND="virtual/glibc
>=sys-libs/lwp-1.9"
src_compile() {
- econf
+ econf || die "econf failed"
emake || die
}