summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConrad Kostecki <conikost@gentoo.org>2022-02-13 00:50:05 +0100
committerConrad Kostecki <conikost@gentoo.org>2022-02-13 22:07:07 +0100
commitc527a6698bb73e724e4073464b212a1d28f49b0a (patch)
tree5710d8e5f9c4e2c6407e99296cfa1ccd61089dc6 /dev-tex/culmus-latex
parentdev-tex/abntex: fix DeprecatedInsinto (diff)
downloadgentoo-c527a6698bb73e724e4073464b212a1d28f49b0a.tar.gz
gentoo-c527a6698bb73e724e4073464b212a1d28f49b0a.tar.bz2
gentoo-c527a6698bb73e724e4073464b212a1d28f49b0a.zip
dev-tex/culmus-latex: fix DeprecatedInsinto
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-tex/culmus-latex')
-rw-r--r--dev-tex/culmus-latex/culmus-latex-0.7-r1.ebuild10
1 files changed, 4 insertions, 6 deletions
diff --git a/dev-tex/culmus-latex/culmus-latex-0.7-r1.ebuild b/dev-tex/culmus-latex/culmus-latex-0.7-r1.ebuild
index 45018aceba75..30891424d393 100644
--- a/dev-tex/culmus-latex/culmus-latex-0.7-r1.ebuild
+++ b/dev-tex/culmus-latex/culmus-latex-0.7-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -38,10 +38,8 @@ src_install() {
dodoc README
- if use examples ; then
- insinto /usr/share/doc/${PF}/examples
- doins examples/*
- insinto /usr/share/doc/${PF}/examples/hiriq
- doins examples/hiriq/*
+ if use examples; then
+ dodoc -r examples
+ docompress -x /usr/share/doc/${PF}/examples
fi
}