From: Thomas Deutschmann Date: Fri, 24 Apr 2020 23:30:57 +0000 (+0200) Subject: net-proxy/haproxy: fix missing trailing slash X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=41ad503b9d249ade9b89c24b1575b411204e4469;p=gentoo.git net-proxy/haproxy: fix missing trailing slash Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Thomas Deutschmann --- diff --git a/net-proxy/haproxy/haproxy-1.8.25-r1.ebuild b/net-proxy/haproxy/haproxy-1.8.25-r1.ebuild index 9186d5220551..2c5c63d0d07c 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 }