From: Patrice Clement Date: Sun, 31 Mar 2019 16:36:36 +0000 (+0200) Subject: net-firewall/ufw: change docinto to insinto. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=33df91fe69fa712caf3dc7f365dbbd5a4086ba0f;p=gentoo.git net-firewall/ufw: change docinto to insinto. Package-Manager: Portage-2.3.43, Repoman-2.3.9 Signed-off-by: Patrice Clement --- 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}"