summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/demjson/demjson-2.2.4.ebuild')
-rw-r--r--dev-python/demjson/demjson-2.2.4.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/demjson/demjson-2.2.4.ebuild b/dev-python/demjson/demjson-2.2.4.ebuild
index 4e3c6cc80948..45f254647785 100644
--- a/dev-python/demjson/demjson-2.2.4.ebuild
+++ b/dev-python/demjson/demjson-2.2.4.ebuild
@@ -30,6 +30,6 @@ python_install_all() {
distutils-r1_python_install_all
# Docs are .txt files
if use doc; then
- dodoc docs/*.txt || die "Installation of documentation failed"
+ dodoc docs/*.txt
fi
}