Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-proxy/haproxy/
Date: Fri, 24 Apr 2020 23:35:15
Message-Id: 1587771305.41ad503b9d249ade9b89c24b1575b411204e4469.whissi@gentoo
1 commit: 41ad503b9d249ade9b89c24b1575b411204e4469
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 24 23:30:57 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 24 23:35:05 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41ad503b
7
8 net-proxy/haproxy: fix missing trailing slash
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 net-proxy/haproxy/haproxy-1.8.25-r1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/net-proxy/haproxy/haproxy-1.8.25-r1.ebuild b/net-proxy/haproxy/haproxy-1.8.25-r1.ebuild
17 index 9186d522055..2c5c63d0d07 100644
18 --- a/net-proxy/haproxy/haproxy-1.8.25-r1.ebuild
19 +++ b/net-proxy/haproxy/haproxy-1.8.25-r1.ebuild
20 @@ -163,7 +163,7 @@ pkg_postinst() {
21 if [[ -d "${EROOT}/usr/share/doc/${PF}" ]]; then
22 einfo "Please consult the installed documentation for learning the configuration file's syntax."
23 einfo "The documentation and sample configuration files are installed here:"
24 - einfo " ${EROOT}usr/share/doc/${PF}"
25 + einfo " ${EROOT}/usr/share/doc/${PF}"
26 fi
27 fi
28 }