summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-haskell/haddock/haddock-0.6-r2.ebuild')
-rw-r--r--dev-haskell/haddock/haddock-0.6-r2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/haddock/haddock-0.6-r2.ebuild b/dev-haskell/haddock/haddock-0.6-r2.ebuild
index ab55ff3a300d..97e78a8cb528 100644
--- a/dev-haskell/haddock/haddock-0.6-r2.ebuild
+++ b/dev-haskell/haddock/haddock-0.6-r2.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/dev-haskell/haddock/haddock-0.6-r2.ebuild,v 1.3 2004/03/31 09:37:08 kosmikus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haddock/haddock-0.6-r2.ebuild,v 1.4 2004/04/25 23:49:47 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 "make failed"