sci-libs/hypre: remove insinto
authorMatthias Maier <tamiko@gentoo.org>
Wed, 20 Nov 2019 16:04:59 +0000 (10:04 -0600)
committerMatthias Maier <tamiko@gentoo.org>
Wed, 20 Nov 2019 16:11:39 +0000 (10:11 -0600)
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Matthias Maier <tamiko@gentoo.org>
sci-libs/hypre/hypre-2.18.0.ebuild
sci-libs/hypre/hypre-2.18.2.ebuild

index e8e6dd2d154a01f7de5ceb89c37d3a6e1ec154eb..7f9dd4cc4b14020392be6f5dde1babc29d0ab9a9 100644 (file)
@@ -94,8 +94,8 @@ src_install() {
                  HYPRE_INSTALL_DIR="${ED}" \
                  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
 }
index e8e6dd2d154a01f7de5ceb89c37d3a6e1ec154eb..6a972afc092d2a5da3a9f3eb42f84f48c2ede8c8 100644 (file)
@@ -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
 }