diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2020-08-01 00:51:00 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2020-08-01 00:51:36 +0200 |
commit | 2dc29d2c7f780c2bcf10d234fe070ad6ce68d491 (patch) | |
tree | 4f69ed5697f6ef43064574e8b23af87b3b70486f | |
parent | dev-util/diffoscope: bump up to 154 (diff) | |
download | gentoo-2dc29d2c7f780c2bcf10d234fe070ad6ce68d491.tar.gz gentoo-2dc29d2c7f780c2bcf10d234fe070ad6ce68d491.tar.bz2 gentoo-2dc29d2c7f780c2bcf10d234fe070ad6ce68d491.zip |
sys-auth/polkit: QA: insinto/doins -> docinto/dodoc (where appropriate)
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
-rw-r--r-- | sys-auth/polkit/polkit-0.115-r4.ebuild | 4 | ||||
-rw-r--r-- | sys-auth/polkit/polkit-0.116-r1.ebuild | 4 | ||||
-rw-r--r-- | sys-auth/polkit/polkit-0.117.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sys-auth/polkit/polkit-0.115-r4.ebuild b/sys-auth/polkit/polkit-0.115-r4.ebuild index b55906b724da..675bff797101 100644 --- a/sys-auth/polkit/polkit-0.115-r4.ebuild +++ b/sys-auth/polkit/polkit-0.115-r4.ebuild @@ -131,8 +131,8 @@ src_install() { keepdir /var/lib/polkit-1 if use examples; then - insinto /usr/share/doc/${PF}/examples - doins src/examples/{*.c,*.policy*} + docinto examples + dodoc src/examples/{*.c,*.policy*} fi find "${ED}" -name '*.la' -delete || die diff --git a/sys-auth/polkit/polkit-0.116-r1.ebuild b/sys-auth/polkit/polkit-0.116-r1.ebuild index 313fda9c1582..0dd63c22b5a9 100644 --- a/sys-auth/polkit/polkit-0.116-r1.ebuild +++ b/sys-auth/polkit/polkit-0.116-r1.ebuild @@ -116,8 +116,8 @@ src_install() { default if use examples; then - insinto /usr/share/doc/${PF}/examples - doins src/examples/{*.c,*.policy*} + docinto examples + dodoc src/examples/{*.c,*.policy*} fi diropts -m 0700 -o polkitd diff --git a/sys-auth/polkit/polkit-0.117.ebuild b/sys-auth/polkit/polkit-0.117.ebuild index 0ffdf57ace05..550786e55344 100644 --- a/sys-auth/polkit/polkit-0.117.ebuild +++ b/sys-auth/polkit/polkit-0.117.ebuild @@ -116,8 +116,8 @@ src_install() { default if use examples; then - insinto /usr/share/doc/${PF}/examples - doins src/examples/{*.c,*.policy*} + docinto examples + dodoc src/examples/{*.c,*.policy*} fi diropts -m 0700 -o polkitd |