www-servers/lighttpd: [QA] Fix missing trailing slash
authorDavid Seifert <soap@gentoo.org>
Sun, 11 Aug 2019 11:20:26 +0000 (13:20 +0200)
committerDavid Seifert <soap@gentoo.org>
Sun, 11 Aug 2019 11:20:26 +0000 (13:20 +0200)
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: David Seifert <soap@gentoo.org>
www-servers/lighttpd/lighttpd-1.4.53.ebuild
www-servers/lighttpd/lighttpd-1.4.54.ebuild

index ee33f1c375ebef49e2ecbdc7e3b57e14a06d21c6..39be6f6e690d83e789db63196dca3b5d47a55644 100644 (file)
@@ -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."
index 55fbdba211da905a890401bc1ef03b27c6439cf0..7a5a47049e1fa6c15ff96031f87316d8a02ed149 100644 (file)
@@ -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."