dev-python/h5py: drop rm -r _build || die

Bug: https://bugs.gentoo.org/591736

Package-Manager: portage-2.3.0_p24
This commit is contained in:
Mike Gilbert
2016-09-03 09:34:30 -04:00
parent 8896a5c576
commit e16472d300

View File

@@ -48,7 +48,6 @@ python_compile_all() {
if use doc; then
cd "${S}"/docs || die
sed '/html_theme/s:default:alabaster:g' -i conf.py || die
rm -r _build || die
emake html
fi
}