summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2010-02-27 11:25:19 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2010-02-27 11:25:19 +0000
commit47aad18146d548132dc7e9d339f0ed39aec3b7f7 (patch)
tree453a21b848cc02b134f625ecbb6a0a8c99a086ad /dev-php/awl/awl-0.41.ebuild
parentwww-apps/davical: drop unnecessary pkg_setup (diff)
downloadsunrise-47aad18146d548132dc7e9d339f0ed39aec3b7f7.tar.gz
sunrise-47aad18146d548132dc7e9d339f0ed39aec3b7f7.tar.bz2
sunrise-47aad18146d548132dc7e9d339f0ed39aec3b7f7.zip
dev-php/awl: need to "|| die" only once per error
svn path=/sunrise/; revision=10199
Diffstat (limited to 'dev-php/awl/awl-0.41.ebuild')
-rw-r--r--dev-php/awl/awl-0.41.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-php/awl/awl-0.41.ebuild b/dev-php/awl/awl-0.41.ebuild
index d1e7569a4..0a27f2e75 100644
--- a/dev-php/awl/awl-0.41.ebuild
+++ b/dev-php/awl/awl-0.41.ebuild
@@ -25,7 +25,7 @@ need_php5
src_compile() {
if use doc ; then
ebegin "Generating documentation"
- phpdoc -c "docs/api/phpdoc.ini" || die "phpdoc failed"
+ phpdoc -c "docs/api/phpdoc.ini"
eend $? || die "Documentation failed to build"
fi
}