diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2022-02-13 01:12:06 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2022-02-13 22:07:28 +0100 |
commit | 39339f2e303f3a91a2849590b7462fb92062529d (patch) | |
tree | 6e58fde08ebe62c84c72b33e630398be5c5e22fa /sci-libs/gmsh | |
parent | sci-libs/dmlc-core: fix DeprecatedInsinto (diff) | |
download | gentoo-39339f2e303f3a91a2849590b7462fb92062529d.tar.gz gentoo-39339f2e303f3a91a2849590b7462fb92062529d.tar.bz2 gentoo-39339f2e303f3a91a2849590b7462fb92062529d.zip |
sci-libs/gmsh: fix DeprecatedInsinto
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'sci-libs/gmsh')
-rw-r--r-- | sci-libs/gmsh/gmsh-4.8.4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-libs/gmsh/gmsh-4.8.4.ebuild b/sci-libs/gmsh/gmsh-4.8.4.ebuild index 616a2fa69ffd..61d241a9af3a 100644 --- a/sci-libs/gmsh/gmsh-4.8.4.ebuild +++ b/sci-libs/gmsh/gmsh-4.8.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -75,7 +75,7 @@ src_install() { cmake-utils_src_install if use examples ; then - insinto /usr/share/doc/${PF} - doins -r demos tutorial + dodoc -r demos tutorial + docompress -x /usr/share/doc/${PF}/{demos,tutorial} fi } |