summaryrefslogtreecommitdiffstats
path: root/accessibility/eflite/README
diff options
context:
space:
mode:
Diffstat (limited to 'accessibility/eflite/README')
-rw-r--r--accessibility/eflite/README6
1 files changed, 4 insertions, 2 deletions
diff --git a/accessibility/eflite/README b/accessibility/eflite/README
index 98b97f6919..497c1e9247 100644
--- a/accessibility/eflite/README
+++ b/accessibility/eflite/README
@@ -7,12 +7,14 @@ If you are using flite and eflite to interface with emacspeak, then
you will also have to set some environment variables:
As user:
-echo 'DTK_PROGRAM=/usr/local/bin/eflite; export DTK_PROGRAM' >> ~/.bash_profile
+
+echo 'DTK_PROGRAM=/usr/bin/eflite; export DTK_PROGRAM' \
+ >> ~/.bash_profile
For a completely vision-free system, you may add these steps:
As root:
-echo 'exec /usr/local/bin/flite -t "please log in"' >> /etc/rc.d/rc.local
+echo 'exec flite -t "please log in"' >> /etc/rc.d/rc.local
As user:
echo 'exec /usr/bin/emacspeak' >> ~/.bash_profile