From 41ad503b9d249ade9b89c24b1575b411204e4469 Mon Sep 17 00:00:00 2001 From: Thomas Deutschmann Date: Sat, 25 Apr 2020 01:30:57 +0200 Subject: [PATCH] net-proxy/haproxy: fix missing trailing slash Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Thomas Deutschmann --- 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 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 } -- 2.26.2