From 8003543959b77f15a0022f0f33219a422f2e94ae Mon Sep 17 00:00:00 2001 From: David Seifert Date: Sun, 11 Aug 2019 13:20:26 +0200 Subject: [PATCH] www-servers/lighttpd: [QA] Fix missing trailing slash Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: David Seifert --- 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 ee33f1c375eb..39be6f6e690d 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 55fbdba211da..7a5a47049e1f 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." -- 2.26.2