diff options
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Palm/Palm-1.400.0-r1.ebuild | 5 |
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 } |