summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorAmadeusz Żołnowski <aidecoe@gentoo.org>2016-06-14 20:17:14 +0100
committerAmadeusz Żołnowski <aidecoe@gentoo.org>2016-06-14 20:21:19 +0100
commitfa0026cee40ef1c4f31a181a2715849f50e90a89 (patch)
treeb1e43b30df8c1fb574ef8abc5b0e53d2e81b0ee8 /net-im
parentaa443f90657cc471228611a95a73e4ec9eac9ed1 (diff)
downloadgentoo-fa0026cee40ef1c4f31a181a2715849f50e90a89.tar.gz
gentoo-fa0026cee40ef1c4f31a181a2715849f50e90a89.tar.xz
net-im/ejabberd: Remove double leading slash
Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'net-im')
-rw-r--r--net-im/ejabberd/ejabberd-16.04.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/ejabberd/ejabberd-16.04.ebuild b/net-im/ejabberd/ejabberd-16.04.ebuild
index 56e0c9f3199..b7f818f960e 100644
--- a/net-im/ejabberd/ejabberd-16.04.ebuild
+++ b/net-im/ejabberd/ejabberd-16.04.ebuild
@@ -228,7 +228,7 @@ pkg_postinst() {
elog " /usr/share/doc/${PF}/html/guide.html"
elog "or the online version at"
elog " http://www.process-one.net/en/ejabberd/docs/"
- elif [[ -f ${EROOT}/etc/jabber/ejabberd.cfg ]]; then
+ elif [[ -f ${EROOT}etc/jabber/ejabberd.cfg ]]; then
elog "Ejabberd now defaults to using a YAML format for its config file."
elog "The old ejabberd.cfg file can be converted using the following instructions:"
echo