diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2019-03-31 18:36:36 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2019-03-31 18:39:01 +0200 |
commit | 33df91fe69fa712caf3dc7f365dbbd5a4086ba0f (patch) | |
tree | 4b7e7e3243b745b6847fca01832561a494d6d469 /net-firewall/ufw | |
parent | app-emulation/wine-staging: Drop old (diff) | |
download | gentoo-33df91fe69fa712caf3dc7f365dbbd5a4086ba0f.tar.gz gentoo-33df91fe69fa712caf3dc7f365dbbd5a4086ba0f.tar.bz2 gentoo-33df91fe69fa712caf3dc7f365dbbd5a4086ba0f.zip |
net-firewall/ufw: change docinto to insinto.
Package-Manager: Portage-2.3.43, Repoman-2.3.9
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'net-firewall/ufw')
-rw-r--r-- | net-firewall/ufw/ufw-0.36.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-firewall/ufw/ufw-0.36.ebuild b/net-firewall/ufw/ufw-0.36.ebuild index a625741775a7..3afeac0ab6dd 100644 --- a/net-firewall/ufw/ufw-0.36.ebuild +++ b/net-firewall/ufw/ufw-0.36.ebuild @@ -144,15 +144,15 @@ python_install_all() { doexe tests/check-requirements # users normally would want it - docinto "/usr/share/doc/${PF}/logging/syslog-ng" + insinto "/usr/share/doc/${PF}/logging/syslog-ng" doins -r "${FILESDIR}"/syslog-ng/* - docinto "/usr/share/doc/${PF}/logging/rsyslog" + insinto "/usr/share/doc/${PF}/logging/rsyslog" doins -r "${FILESDIR}"/rsyslog/* doins doc/rsyslog.example if use examples; then - docinto "/usr/share/doc/${PF}/examples" + insinto "/usr/share/doc/${PF}/examples" doins -r examples/* fi newbashcomp shell-completion/bash "${PN}" |