--- tkinfo.orig Fri Feb 7 05:34:36 1997 +++ tkinfo Fri Feb 7 09:44:40 1997 @@ -7,11 +7,11 @@ # uses the same directory as where this shell script is installed. # You might consider installing the scripts into "/usr/local/lib/tkinfo", # and using LIBDIR=/usr/local/lib/tkinfo instead. -LIBDIR=`dirname $0` +LIBDIR=`dirname $0`/../share/tk/tkinfo #LIBDIR=/usr/local/lib/tkinfo # Set the name (or path) of the wish binary. Normally just ``wish''. -WISH=wish +WISH=wish4.1 exec $WISH -file $LIBDIR/tkinfo.tcl -name tkinfo ${1+"$@"} exit 1