commit:     41ad503b9d249ade9b89c24b1575b411204e4469
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 24 23:30:57 2020 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Fri Apr 24 23:35:05 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41ad503b

net-proxy/haproxy: fix missing trailing slash

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 net-proxy/haproxy/haproxy-1.8.25-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-proxy/haproxy/haproxy-1.8.25-r1.ebuild 
b/net-proxy/haproxy/haproxy-1.8.25-r1.ebuild
index 9186d522055..2c5c63d0d07 100644
--- a/net-proxy/haproxy/haproxy-1.8.25-r1.ebuild
+++ b/net-proxy/haproxy/haproxy-1.8.25-r1.ebuild
@@ -163,7 +163,7 @@ pkg_postinst() {
                if [[ -d "${EROOT}/usr/share/doc/${PF}" ]]; then
                        einfo "Please consult the installed documentation for 
learning the configuration file's syntax."
                        einfo "The documentation and sample configuration files 
are installed here:"
-                       einfo "   ${EROOT}usr/share/doc/${PF}"
+                       einfo "   ${EROOT}/usr/share/doc/${PF}"
                fi
        fi
 }

Reply via email to