summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2019-08-11 16:43:53 +0200
committerDavid Seifert <soap@gentoo.org>2019-08-11 16:43:53 +0200
commite87def9cff736167d2712817a6199936ddce7d19 (patch)
treeb4ab9a49e77dfd3a9d05283f671116b4293414af /app-accessibility/speech-dispatcher
parentapp-admin/logstash-bin: bump to 7.2.0 (diff)
downloadgentoo-e87def9cff736167d2712817a6199936ddce7d19.tar.gz
gentoo-e87def9cff736167d2712817a6199936ddce7d19.tar.bz2
gentoo-e87def9cff736167d2712817a6199936ddce7d19.zip
app-accessibility/speech-dispatcher: [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 'app-accessibility/speech-dispatcher')
-rw-r--r--app-accessibility/speech-dispatcher/speech-dispatcher-0.8.7-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
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