gpsman.tcl | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--- gpsman-6.4.3.orig/gpsman.tcl
+++ gpsman-6.4.3/gpsman.tcl
@@ -1,6 +1,6 @@
#!/bin/sh
# This is a Tcl/Tk script to be interpreted by wish (Tk8.3 or better): \
-exec wish "$0" -- "$@"
+exec wish8.5 "$0" -- "$@"
# This is the main file of:
#
@@ -247,7 +247,7 @@
}
# path to directory containing program files
-set SRCDIR gmsrc
+set SRCDIR /usr/lib/gpsman
# all other default configuration is now done in file $SRCDIR/config.tcl