summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-08-04 00:41:57 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-08-04 00:41:57 +0000
commit1a4b349f260836d0b5f4cef3614e2c5245a07ba7 (patch)
treedcaad8f2978601b384673eea692913b3a0b9804f /games-strategy
parentmarked stable for x86. (Manifest recommit) (diff)
downloadgentoo-2-1a4b349f260836d0b5f4cef3614e2c5245a07ba7.tar.gz
gentoo-2-1a4b349f260836d0b5f4cef3614e2c5245a07ba7.tar.bz2
gentoo-2-1a4b349f260836d0b5f4cef3614e2c5245a07ba7.zip
error check autogen.sh
Diffstat (limited to 'games-strategy')
-rw-r--r--games-strategy/netpanzer/netpanzer-0.1.5-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/games-strategy/netpanzer/netpanzer-0.1.5-r1.ebuild b/games-strategy/netpanzer/netpanzer-0.1.5-r1.ebuild
index 295f91d31afc..eb98995aa012 100644
--- a/games-strategy/netpanzer/netpanzer-0.1.5-r1.ebuild
+++ b/games-strategy/netpanzer/netpanzer-0.1.5-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/netpanzer/netpanzer-0.1.5-r1.ebuild,v 1.2 2004/08/03 11:55:41 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/netpanzer/netpanzer-0.1.5-r1.ebuild,v 1.3 2004/08/04 00:41:57 mr_bones_ Exp $
inherit eutils games
@@ -29,7 +29,7 @@ src_unpack() {
unpack ${A}
cd "${WORKDIR}/${PN}data-${DATAVERSION}/"
epatch "${FILESDIR}/physfs.patch"
- ./autogen.sh
+ ./autogen.sh || die "autogen.sh failed"
}
src_compile() {