app-accessibility/speech-dispatcher: [QA] Fix missing trailing slash
authorDavid Seifert <soap@gentoo.org>
Sun, 11 Aug 2019 14:43:53 +0000 (16:43 +0200)
committerDavid Seifert <soap@gentoo.org>
Sun, 11 Aug 2019 14:43:53 +0000 (16:43 +0200)
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: David Seifert <soap@gentoo.org>
app-accessibility/speech-dispatcher/speech-dispatcher-0.8.7-r1.ebuild

index d0373da8f625a46535402fd5e0816af0fc979190..44d74058468a80c37ca14bed6dd9b9fbf27835dc 100644 (file)
@@ -103,7 +103,7 @@ pkg_postinst() {
                editconfig="y"
        fi
        if [[ "${editconfig}" == "y" ]]; then
-               ewarn "You must edit ${EROOT}etc/speech-dispatcher/speechd.conf"
+               ewarn "You must edit ${EROOT}/etc/speech-dispatcher/speechd.conf"
                ewarn "and make sure the settings there match your system."
                ewarn
        fi