summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConrad Kostecki <conikost@gentoo.org>2022-02-13 00:44:35 +0100
committerConrad Kostecki <conikost@gentoo.org>2022-02-13 22:07:03 +0100
commit389004fa2a588a4af62308210901316b7609c40f (patch)
tree244a77a075cd02430476a03826716c813a741107 /dev-perl/Palm
parentdev-perl/OpenGL: fix DeprecatedInsinto (diff)
downloadgentoo-389004fa2a588a4af62308210901316b7609c40f.tar.gz
gentoo-389004fa2a588a4af62308210901316b7609c40f.tar.bz2
gentoo-389004fa2a588a4af62308210901316b7609c40f.zip
dev-perl/Palm: fix DeprecatedInsinto
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-perl/Palm')
-rw-r--r--dev-perl/Palm/Palm-1.400.0-r1.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-perl/Palm/Palm-1.400.0-r1.ebuild b/dev-perl/Palm/Palm-1.400.0-r1.ebuild
index ba1fc40eed43..46c299c436a1 100644
--- a/dev-perl/Palm/Palm-1.400.0-r1.ebuild
+++ b/dev-perl/Palm/Palm-1.400.0-r1.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=8
@@ -33,8 +33,7 @@ src_test() {
src_install() {
perl-module_src_install
if use examples; then
+ dodoc -r examples
docompress -x /usr/share/doc/${PF}/examples
- insinto /usr/share/doc/${PF}/examples/
- doins -r examples/*
fi
}