diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2020-04-25 01:30:57 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-04-25 01:35:05 +0200 |
commit | 41ad503b9d249ade9b89c24b1575b411204e4469 (patch) | |
tree | 0822c50410c0bb249fac6e476f7951b7671d8638 /net-proxy/haproxy | |
parent | profiles: add more rackspce client stuff for removal (diff) | |
download | gentoo-41ad503b9d249ade9b89c24b1575b411204e4469.tar.gz gentoo-41ad503b9d249ade9b89c24b1575b411204e4469.tar.bz2 gentoo-41ad503b9d249ade9b89c24b1575b411204e4469.zip |
net-proxy/haproxy: fix missing trailing slash
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'net-proxy/haproxy')
-rw-r--r-- | net-proxy/haproxy/haproxy-1.8.25-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |