diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-12 14:43:33 -0500 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-12 14:43:33 -0500 |
commit | 2f6b4c94ea1ed200a94d74d33301246cd61c54b7 (patch) | |
tree | b3a16df49c3f99d02bc10686659cab90f4526e25 /accessibility | |
parent | 39d0d102c6787abd9328d9b28cdf1bd72435f0d1 (diff) | |
download | slackbuilds-2f6b4c94ea1ed200a94d74d33301246cd61c54b7.tar.gz |
accessibility/eflite: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'accessibility')
-rw-r--r-- | accessibility/eflite/README | 6 |
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 |