summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/webhelpers/webhelpers-1.3-r1.ebuild')
-rw-r--r--dev-python/webhelpers/webhelpers-1.3-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/webhelpers/webhelpers-1.3-r1.ebuild b/dev-python/webhelpers/webhelpers-1.3-r1.ebuild
index 591aa7b96271..53ca061c7f9f 100644
--- a/dev-python/webhelpers/webhelpers-1.3-r1.ebuild
+++ b/dev-python/webhelpers/webhelpers-1.3-r1.ebuild
@@ -55,7 +55,7 @@ python_install_all() {
pushd docs/_build/html > /dev/null
docinto html
insinto /usr/share/doc/${PF}/html
- doins -r [a-z]* _static || die "Installation of documentation failed"
+ doins -r [a-z]* _static
popd > /dev/null
fi
distutils-r1_python_install_all