net-proxy/haproxy: fix missing trailing slash
authorThomas Deutschmann <whissi@gentoo.org>
Fri, 24 Apr 2020 23:30:57 +0000 (01:30 +0200)
committerThomas Deutschmann <whissi@gentoo.org>
Fri, 24 Apr 2020 23:35:05 +0000 (01:35 +0200)
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
net-proxy/haproxy/haproxy-1.8.25-r1.ebuild

index 9186d5220551ec6ed3877cf90a5b910416a274e2..2c5c63d0d07cc2a3ab9e4a7711959d5064bf644b 100644 (file)
@@ -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
 }