diff options
-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 } |