summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Maier <tamiko@gentoo.org>2019-11-20 10:04:59 -0600
committerMatthias Maier <tamiko@gentoo.org>2019-11-20 10:11:39 -0600
commita441b12a60451670041c6e9746f2c492f96182d3 (patch)
treef0eb0bac1110befb5807ed316e7c23e0d6926742 /sci-libs/hypre/hypre-2.18.2.ebuild
parentapp-admin/system-config-printer: 1.5.12 version bump (diff)
downloadgentoo-a441b12a60451670041c6e9746f2c492f96182d3.tar.gz
gentoo-a441b12a60451670041c6e9746f2c492f96182d3.tar.bz2
gentoo-a441b12a60451670041c6e9746f2c492f96182d3.zip
sci-libs/hypre: remove insinto
Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
Diffstat (limited to 'sci-libs/hypre/hypre-2.18.2.ebuild')
-rw-r--r--sci-libs/hypre/hypre-2.18.2.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/sci-libs/hypre/hypre-2.18.2.ebuild b/sci-libs/hypre/hypre-2.18.2.ebuild
index e8e6dd2d154a..6a972afc092d 100644
--- a/sci-libs/hypre/hypre-2.18.2.ebuild
+++ b/sci-libs/hypre/hypre-2.18.2.ebuild
@@ -95,7 +95,6 @@ src_install() {
HYPRE_LIB_INSTALL="${ED}/usr/$(get_libdir)" \
HYPRE_INC_INSTALL="${ED}$/usr/include/hypre"
if use examples; then
- insinto /usr/share/doc/${PF}
- doins -r src/examples
+ dodoc -r src/examples
fi
}