summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lang/whitespace/whitespace-0.3.ebuild')
-rw-r--r--dev-lang/whitespace/whitespace-0.3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/whitespace/whitespace-0.3.ebuild b/dev-lang/whitespace/whitespace-0.3.ebuild
index a3d12e7590f6..92b1bb97583b 100644
--- a/dev-lang/whitespace/whitespace-0.3.ebuild
+++ b/dev-lang/whitespace/whitespace-0.3.ebuild
@@ -28,6 +28,6 @@ src_prepare() {
src_install() {
cabal_src_install
- dohtml docs/tutorial.html || die "dohtml failed"
- use examples && { dodoc -r examples || die "dodoc failed"; }
+ dohtml docs/tutorial.html
+ use examples && dodoc -r examples
}