From e87def9cff736167d2712817a6199936ddce7d19 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Sun, 11 Aug 2019 16:43:53 +0200 Subject: [PATCH] app-accessibility/speech-dispatcher: [QA] Fix missing trailing slash Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: David Seifert --- .../speech-dispatcher/speech-dispatcher-0.8.7-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-accessibility/speech-dispatcher/speech-dispatcher-0.8.7-r1.ebuild b/app-accessibility/speech-dispatcher/speech-dispatcher-0.8.7-r1.ebuild index d0373da8f625..44d74058468a 100644 --- a/app-accessibility/speech-dispatcher/speech-dispatcher-0.8.7-r1.ebuild +++ b/app-accessibility/speech-dispatcher/speech-dispatcher-0.8.7-r1.ebuild @@ -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 -- 2.26.2