From: David Seifert Date: Sun, 11 Aug 2019 11:20:26 +0000 (+0200) Subject: www-servers/lighttpd: [QA] Fix missing trailing slash X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=8003543959b77f15a0022f0f33219a422f2e94ae;p=gentoo.git www-servers/lighttpd: [QA] Fix missing trailing slash Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: David Seifert --- 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."