summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Matthijs <axxo@gentoo.org>2005-07-12 21:52:56 +0000
committerThomas Matthijs <axxo@gentoo.org>2005-07-12 21:52:56 +0000
commit376107014c865377bc8323b70d91d29d0619b68b (patch)
treef3b4abb1c9dc954741795d9058113878a0b6a078 /www-servers/resin
parentVersion bump. (diff)
downloadgentoo-2-376107014c865377bc8323b70d91d29d0619b68b.tar.gz
gentoo-2-376107014c865377bc8323b70d91d29d0619b68b.tar.bz2
gentoo-2-376107014c865377bc8323b70d91d29d0619b68b.zip
die happy
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'www-servers/resin')
-rw-r--r--www-servers/resin/resin-3.0.8-r1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/www-servers/resin/resin-3.0.8-r1.ebuild b/www-servers/resin/resin-3.0.8-r1.ebuild
index 9f0a4e0eb102..3e9a53883ac2 100644
--- a/www-servers/resin/resin-3.0.8-r1.ebuild
+++ b/www-servers/resin/resin-3.0.8-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/resin/resin-3.0.8-r1.ebuild,v 1.6 2005/07/09 17:50:29 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/resin/resin-3.0.8-r1.ebuild,v 1.7 2005/07/12 21:52:56 axxo Exp $
inherit java-pkg eutils
@@ -40,8 +40,8 @@ pkg_preinst() {
}
src_compile() {
- ./configure --prefix=${D}${RESIN_HOME}
- make
+ ./configure --prefix=${D}${RESIN_HOME} || die "configure failed"
+ make || die "make failed"
}
src_install() {