summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-04-25 22:32:19 +0000
committerAron Griffis <agriffis@gentoo.org>2004-04-25 22:32:19 +0000
commit0beac9cc690987ceb2fa36564dd7eef6c693b5c0 (patch)
tree34131c78d58a591d93ac7dc7039cec2f42b41c34 /app-pda/orange/orange-0.2-r1.ebuild
parentAdd die following econf for bug 48950 (Manifest recommit) (diff)
downloadgentoo-2-0beac9cc690987ceb2fa36564dd7eef6c693b5c0.tar.gz
gentoo-2-0beac9cc690987ceb2fa36564dd7eef6c693b5c0.tar.bz2
gentoo-2-0beac9cc690987ceb2fa36564dd7eef6c693b5c0.zip
Add die following econf for bug 48950
Diffstat (limited to 'app-pda/orange/orange-0.2-r1.ebuild')
-rw-r--r--app-pda/orange/orange-0.2-r1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-pda/orange/orange-0.2-r1.ebuild b/app-pda/orange/orange-0.2-r1.ebuild
index c791476f4cf8..4f7bb1c884c7 100644
--- a/app-pda/orange/orange-0.2-r1.ebuild
+++ b/app-pda/orange/orange-0.2-r1.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/app-pda/orange/orange-0.2-r1.ebuild,v 1.2 2003/10/12 08:18:30 abhishek Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/orange/orange-0.2-r1.ebuild,v 1.3 2004/04/25 22:31:27 agriffis Exp $
DESCRIPTION="Orange is a tool and library for squeezing out juicy \
installable Microsoft Cabinet Files from self-extracting installers \
@@ -17,7 +17,7 @@ DEPEND="app-pda/dynamite
app-arch/unshield"
src_compile() {
- econf
+ econf || die "econf failed"
emake || die
}