diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-09-23 12:36:51 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-09-23 12:36:51 +0200 |
commit | b059250a0dd5d4eb963e78dc0e1d4f5a31cf9417 (patch) | |
tree | e4302e59b08c5fd8574f48464073a3d9a902bf7a | |
parent | Drop unnecessary die from dodoc (diff) | |
download | sci-b059250a0dd5d4eb963e78dc0e1d4f5a31cf9417.tar.gz sci-b059250a0dd5d4eb963e78dc0e1d4f5a31cf9417.tar.bz2 sci-b059250a0dd5d4eb963e78dc0e1d4f5a31cf9417.zip |
Drop unnecessary die from dohtml
Signed-off-by: Justin Lecher <jlec@gentoo.org>
-rw-r--r-- | sci-libs/fox/fox-4.1.2-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/fox/fox-4.1.2-r2.ebuild b/sci-libs/fox/fox-4.1.2-r2.ebuild index e1df50cad..38b52fa63 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 } |