commit: 8003543959b77f15a0022f0f33219a422f2e94ae
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 11 11:20:26 2019 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Aug 11 11:20:26 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80035439
www-servers/lighttpd: [QA] Fix missing trailing slash
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: David Seifert <soap <AT> gentoo.org>
www-servers/lighttpd/lighttpd-1.4.53.ebuild | 4 ++--
www-servers/lighttpd/lighttpd-1.4.54.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/www-servers/lighttpd/lighttpd-1.4.53.ebuild
b/www-servers/lighttpd/lighttpd-1.4.53.ebuild
index ee33f1c375e..39be6f6e690 100644
--- a/www-servers/lighttpd/lighttpd-1.4.53.ebuild
+++ b/www-servers/lighttpd/lighttpd-1.4.53.ebuild
@@ -213,13 +213,13 @@ src_install() {
pkg_postinst () {
use ipv6 && readme.gentoo_print_elog
- if [[ -f ${ROOT}etc/conf.d/spawn-fcgi.conf ]] ; then
+ if [[ -f ${ROOT}/etc/conf.d/spawn-fcgi.conf ]] ; then
einfo "spawn-fcgi is now provided by www-servers/spawn-fcgi."
einfo "spawn-fcgi's init script configuration is now located"
einfo "at /etc/conf.d/spawn-fcgi."
fi
- if [[ -f ${ROOT}etc/lighttpd.conf ]] ; then
+ if [[ -f ${ROOT}/etc/lighttpd.conf ]] ; then
elog "Gentoo has a customized configuration,"
elog "which is now located in /etc/lighttpd. Please migrate
your"
elog "existing configuration."
diff --git a/www-servers/lighttpd/lighttpd-1.4.54.ebuild
b/www-servers/lighttpd/lighttpd-1.4.54.ebuild
index 55fbdba211d..7a5a47049e1 100644
--- a/www-servers/lighttpd/lighttpd-1.4.54.ebuild
+++ b/www-servers/lighttpd/lighttpd-1.4.54.ebuild
@@ -213,13 +213,13 @@ src_install() {
pkg_postinst () {
use ipv6 && readme.gentoo_print_elog
- if [[ -f ${ROOT}etc/conf.d/spawn-fcgi.conf ]] ; then
+ if [[ -f ${ROOT}/etc/conf.d/spawn-fcgi.conf ]] ; then
einfo "spawn-fcgi is now provided by www-servers/spawn-fcgi."
einfo "spawn-fcgi's init script configuration is now located"
einfo "at /etc/conf.d/spawn-fcgi."
fi
- if [[ -f ${ROOT}etc/lighttpd.conf ]] ; then
+ if [[ -f ${ROOT}/etc/lighttpd.conf ]] ; then
elog "Gentoo has a customized configuration,"
elog "which is now located in /etc/lighttpd. Please migrate
your"
elog "existing configuration."