Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-firewall/ufw/
Date: Sun, 31 Mar 2019 16:39:35
Message-Id: 1554050341.33df91fe69fa712caf3dc7f365dbbd5a4086ba0f.monsieurp@gentoo
1 commit: 33df91fe69fa712caf3dc7f365dbbd5a4086ba0f
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 31 16:36:36 2019 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 31 16:39:01 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33df91fe
7
8 net-firewall/ufw: change docinto to insinto.
9
10 Package-Manager: Portage-2.3.43, Repoman-2.3.9
11 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
12
13 net-firewall/ufw/ufw-0.36.ebuild | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/net-firewall/ufw/ufw-0.36.ebuild b/net-firewall/ufw/ufw-0.36.ebuild
17 index a625741775a..3afeac0ab6d 100644
18 --- a/net-firewall/ufw/ufw-0.36.ebuild
19 +++ b/net-firewall/ufw/ufw-0.36.ebuild
20 @@ -144,15 +144,15 @@ python_install_all() {
21 doexe tests/check-requirements
22
23 # users normally would want it
24 - docinto "/usr/share/doc/${PF}/logging/syslog-ng"
25 + insinto "/usr/share/doc/${PF}/logging/syslog-ng"
26 doins -r "${FILESDIR}"/syslog-ng/*
27
28 - docinto "/usr/share/doc/${PF}/logging/rsyslog"
29 + insinto "/usr/share/doc/${PF}/logging/rsyslog"
30 doins -r "${FILESDIR}"/rsyslog/*
31 doins doc/rsyslog.example
32
33 if use examples; then
34 - docinto "/usr/share/doc/${PF}/examples"
35 + insinto "/usr/share/doc/${PF}/examples"
36 doins -r examples/*
37 fi
38 newbashcomp shell-completion/bash "${PN}"