commit: b059250a0dd5d4eb963e78dc0e1d4f5a31cf9417
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 23 10:36:51 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Sep 23 10:36:51 2015 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=b059250a
Drop unnecessary die from dohtml
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
sci-libs/fox/fox-4.1.2-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-libs/fox/fox-4.1.2-r2.ebuild b/sci-libs/fox/fox-4.1.2-r2.ebuild
index e1df50c..38b52fa 100644
--- a/sci-libs/fox/fox-4.1.2-r2.ebuild
+++ b/sci-libs/fox/fox-4.1.2-r2.ebuild
@@ -64,6 +64,6 @@ src_install() {
dodoc README.FoX.txt
if use doc; then
dodoc Changelog
- dohtml -r DoX/ || die "installing the HTML docs failed"
+ dohtml -r DoX/
fi
}