]> git.pld-linux.org Git - packages/emacspeak.git/blob - emacspeak-emacspeak.conf.patch
- invoke fix-info-dir via /sbin/postshell where possible to avoid extra /bin/sh dep
[packages/emacspeak.git] / emacspeak-emacspeak.conf.patch
1 --- emacspeak-24.0/debian/emacspeak.conf        2006-09-17 11:31:00.000000000 +0200
2 +++ n.emacspeak-24.0/debian/emacspeak.conf      2006-09-17 11:31:21.000000000 +0200
3 @@ -1,17 +1,7 @@
4  # emacspeak configuration file
5 -#
6 -#
7 -if [ "$DTK_PROGRAM" = "" ]; then
8 -  DTK_PROGRAM=
9 -fi
10 -if [ "$DTK_PORT" = "" ]; then
11 -  DTK_PORT=
12 -fi
13 -if [ "$DTK_TCL" = "" ]; then
14 -  DTK_TCL=
15 -fi
16 -if [ "$DTK_DEVICE" = "" ]; then
17 -  DTK_DEVICE=
18 -fi
19 -export DTK_PROGRAM DTK_PORT DTK_DEVICE
20 -if [ "$DTK_TCL" != "" ]; then export DTK_TCL; fi
21 +
22 +DTK_PROGRAM=/usr/bin/eflite
23 +DTK_PORT=
24 +DTK_DEVICE=
25 +DTK_TCL=
26 +EMACS_BIN=/usr/bin/emacs
This page took 0.077782 seconds and 3 git commands to generate.