summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-07-29 03:04:18 +0100
committerSam James <sam@gentoo.org>2021-07-29 03:05:45 +0100
commit0b8706bb865e5437bdf48e6680738c9dfccc3f20 (patch)
tree6227d3cf1e52e35165834d7e940977a9e90f030e
parentwww-apps/postfixadmin: fix docinto argument (avoid double 'prefix') (diff)
downloadgentoo-0b8706bb.tar.gz
gentoo-0b8706bb.tar.bz2
gentoo-0b8706bb.zip
net-vpn/openvpn: fix docinto argument (avoid double 'prefix')
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--net-vpn/openvpn/openvpn-2.5.2-r1.ebuild (renamed from net-vpn/openvpn/openvpn-2.5.2.ebuild)5
1 files changed, 3 insertions, 2 deletions
diff --git a/net-vpn/openvpn/openvpn-2.5.2.ebuild b/net-vpn/openvpn/openvpn-2.5.2-r1.ebuild
index 97c64cdc1ea5..b446547b08c2 100644
--- a/net-vpn/openvpn/openvpn-2.5.2.ebuild
+++ b/net-vpn/openvpn/openvpn-2.5.2-r1.ebuild
@@ -129,8 +129,9 @@ src_install() {
# install examples, controlled by the respective useflag
if use examples ; then
- # dodoc does not supportly support directory traversal, #15193
- docinto /usr/share/doc/${PF}/examples
+ # (is the below comment relevant anymore?)
+ ## dodoc does not supportly support directory traversal, #15193
+ docinto examples
dodoc -r sample contrib
fi