commit:     33df91fe69fa712caf3dc7f365dbbd5a4086ba0f
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 31 16:36:36 2019 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Mar 31 16:39:01 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33df91fe

net-firewall/ufw: change docinto to insinto.

Package-Manager: Portage-2.3.43, Repoman-2.3.9
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 net-firewall/ufw/ufw-0.36.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-firewall/ufw/ufw-0.36.ebuild b/net-firewall/ufw/ufw-0.36.ebuild
index a625741775a..3afeac0ab6d 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}"

Reply via email to