summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-04-25 23:53:19 +0000
committerAron Griffis <agriffis@gentoo.org>2004-04-25 23:53:19 +0000
commit93a0d45421c70ab6f699664f6e1670a79ee6e5ee (patch)
tree724d17ebd0be003c764336c7d5ffdd225559b87b /dev-haskell/alex/alex-2.0.ebuild
parentAdd die following econf for bug 48950 (Manifest recommit) (diff)
downloadgentoo-2-93a0d45421c70ab6f699664f6e1670a79ee6e5ee.tar.gz
gentoo-2-93a0d45421c70ab6f699664f6e1670a79ee6e5ee.tar.bz2
gentoo-2-93a0d45421c70ab6f699664f6e1670a79ee6e5ee.zip
Add die following econf for bug 48950
Diffstat (limited to 'dev-haskell/alex/alex-2.0.ebuild')
-rw-r--r--dev-haskell/alex/alex-2.0.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-haskell/alex/alex-2.0.ebuild b/dev-haskell/alex/alex-2.0.ebuild
index a60a4ed05bfa..4048ee34c579 100644
--- a/dev-haskell/alex/alex-2.0.ebuild
+++ b/dev-haskell/alex/alex-2.0.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/dev-haskell/alex/alex-2.0.ebuild,v 1.1 2003/09/22 12:20:54 kosmikus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/alex/alex-2.0.ebuild,v 1.2 2004/04/25 23:48:34 agriffis Exp $
#
# USE variable summary:
# doc - Build extra documenation from DocBook sources,
@@ -35,7 +35,7 @@ GHCPATH="${PATH}:/opt/ghc/bin"
src_compile() {
# unset SGML_CATALOG_FILES because documentation installation
# breaks otherwise ...
- PATH="${GHCPATH}" SGML_CATALOG_FILES="" econf
+ PATH="${GHCPATH}" SGML_CATALOG_FILES="" econf || die "econf failed"
# using make because emake behaved strangely on my machine
make || die