diff options
author | Louis Sautier <sbraz@gentoo.org> | 2019-07-25 16:38:34 +0200 |
---|---|---|
committer | Louis Sautier <sbraz@gentoo.org> | 2019-07-26 12:20:51 +0200 |
commit | 7afa4c43fd8a0a04b3a11d8703bcb04e07b63937 (patch) | |
tree | 61e20bbbfc6da573e4de53426bdd6621d3b2e40a /app-admin/supervisor | |
parent | sys-apps/kexec-tools: Removed old. (diff) | |
download | gentoo-7afa4c43fd8a0a04b3a11d8703bcb04e07b63937.tar.gz gentoo-7afa4c43fd8a0a04b3a11d8703bcb04e07b63937.tar.bz2 gentoo-7afa4c43fd8a0a04b3a11d8703bcb04e07b63937.zip |
app-admin/supervisor: remove slash strip from EAPI=7 ebuilds
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Louis Sautier <sbraz@gentoo.org>
Diffstat (limited to 'app-admin/supervisor')
-rw-r--r-- | app-admin/supervisor/supervisor-3.3.5.ebuild | 6 | ||||
-rw-r--r-- | app-admin/supervisor/supervisor-4.0.3.ebuild | 4 | ||||
-rw-r--r-- | app-admin/supervisor/supervisor-4.0.4.ebuild | 4 |
3 files changed, 7 insertions, 7 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 diff --git a/app-admin/supervisor/supervisor-4.0.3.ebuild b/app-admin/supervisor/supervisor-4.0.3.ebuild index 2741d256322a..2437be46ea19 100644 --- a/app-admin/supervisor/supervisor-4.0.3.ebuild +++ b/app-admin/supervisor/supervisor-4.0.3.ebuild @@ -67,8 +67,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 diff --git a/app-admin/supervisor/supervisor-4.0.4.ebuild b/app-admin/supervisor/supervisor-4.0.4.ebuild index fe9a32ed05ea..bbb3b923c1de 100644 --- a/app-admin/supervisor/supervisor-4.0.4.ebuild +++ b/app-admin/supervisor/supervisor-4.0.4.ebuild @@ -68,8 +68,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 |