summaryrefslogtreecommitdiff
path: root/app-admin/supervisor/supervisor-3.3.5.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-admin/supervisor/supervisor-3.3.5.ebuild')
-rw-r--r--app-admin/supervisor/supervisor-3.3.5.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-admin/supervisor/supervisor-3.3.5.ebuild b/app-admin/supervisor/supervisor-3.3.5.ebuild
index 4aa769a63805..4f3af393c545 100644
--- a/app-admin/supervisor/supervisor-3.3.5.ebuild
+++ b/app-admin/supervisor/supervisor-3.3.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -73,8 +73,8 @@ pkg_preinst() {
pkg_postinst() {
if [[ -z "${REPLACING_VERSIONS}" ]]; then
# This is a new installation
- elog "You may install your configuration files in ${EROOT%/}/etc/supervisord.d"
- elog "For config examples, see ${EROOT%/}/usr/share/doc/${PF}/sample.conf.bz2"
+ elog "You may install your configuration files in ${EROOT}/etc/supervisord.d"
+ elog "For config examples, see ${EROOT}/usr/share/doc/${PF}/sample.conf.bz2"
elog ""
elog "By default, only members of the supervisor group can run supervisorctl."
fi