summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-chemistry/openbabel/openbabel-2.2.1.ebuild')
-rw-r--r--sci-chemistry/openbabel/openbabel-2.2.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-chemistry/openbabel/openbabel-2.2.1.ebuild b/sci-chemistry/openbabel/openbabel-2.2.1.ebuild
index 6727f04f329f..088063379a53 100644
--- a/sci-chemistry/openbabel/openbabel-2.2.1.ebuild
+++ b/sci-chemistry/openbabel/openbabel-2.2.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel/openbabel-2.2.1.ebuild,v 1.2 2009/04/18 15:02:22 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel/openbabel-2.2.1.ebuild,v 1.3 2009/06/13 10:18:31 tove Exp $
EAPI=1
@@ -36,7 +36,7 @@ src_compile() {
|| die "econf failed"
emake || die "emake failed"
if use doc ; then
- emake docs || "make docs failed"
+ emake docs || die "make docs failed"
fi
}