diff options
author | Sam James <sam@gentoo.org> | 2021-06-20 00:36:18 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-06-20 00:48:17 +0100 |
commit | 4fa34e5c72a9b985e1e1a09fc6c0fcae549c40c3 (patch) | |
tree | 5393fb0955da4c3e14e7473e45501e7d321fa73e /app-i18n | |
parent | app-misc/dfshow: tweak ncurses PKG_CHECK_MODULES patch (diff) | |
download | gentoo-4fa34e5c72a9b985e1e1a09fc6c0fcae549c40c3.tar.gz gentoo-4fa34e5c72a9b985e1e1a09fc6c0fcae549c40c3.tar.bz2 gentoo-4fa34e5c72a9b985e1e1a09fc6c0fcae549c40c3.zip |
app-i18n/canna: fix DeprecatedInsinto
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/canna/canna-3.7_p3-r4.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app-i18n/canna/canna-3.7_p3-r4.ebuild b/app-i18n/canna/canna-3.7_p3-r4.ebuild index 998ca0d1f7f6..a5e3cf174d49 100644 --- a/app-i18n/canna/canna-3.7_p3-r4.ebuild +++ b/app-i18n/canna/canna-3.7_p3-r4.ebuild @@ -119,8 +119,7 @@ src_install() { fi if use doc; then - insinto /usr/share/doc/${PF} - doins doc/man/guide/tex/canna.{dvi,ps,pdf} + dodoc doc/man/guide/tex/canna.{dvi,ps,pdf} fi # for backward compatibility |