diff options
author | David Seifert <soap@gentoo.org> | 2019-08-11 13:20:26 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2019-08-11 13:20:26 +0200 |
commit | 8003543959b77f15a0022f0f33219a422f2e94ae (patch) | |
tree | 6d4e1e88a62ebc078543ffe504f1f362c286e13c /www-servers/lighttpd | |
parent | sys-apps/openrc: [QA] Fix missing trailing slash (diff) | |
download | gentoo-8003543959b77f15a0022f0f33219a422f2e94ae.tar.gz gentoo-8003543959b77f15a0022f0f33219a422f2e94ae.tar.bz2 gentoo-8003543959b77f15a0022f0f33219a422f2e94ae.zip |
www-servers/lighttpd: [QA] Fix missing trailing slash
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'www-servers/lighttpd')
-rw-r--r-- | www-servers/lighttpd/lighttpd-1.4.53.ebuild | 4 | ||||
-rw-r--r-- | 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." |