diff options
Diffstat (limited to 'dev-python/h5py/h5py-2.7.0.ebuild')
-rw-r--r-- | dev-python/h5py/h5py-2.7.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/h5py/h5py-2.7.0.ebuild b/dev-python/h5py/h5py-2.7.0.ebuild index 2557c3c503ae..40e378e0f9c9 100644 --- a/dev-python/h5py/h5py-2.7.0.ebuild +++ b/dev-python/h5py/h5py-2.7.0.ebuild @@ -58,7 +58,7 @@ python_test() { python_install_all() { DOCS=( README.rst ANN.rst ) use doc && HTML_DOCS=( docs/_build/html/. ) - use examples && local EXAMPLES=( examples/. ) + use examples && insinto /usr/share/doc/${PF} && doins -r examples distutils-r1_python_install_all } |