summaryrefslogblamecommitdiff
path: root/devel/SpecTcl/files/patch-ab
blob: a77bd9d9cd5a1d6ca4b6a8fe1a0886410ab73dca (plain) (tree)
1
2
3
4
5
6
7
8






                                                                     
                           


                                                                 
              


                                                   
--- bin/specJava.orig	Fri Oct  3 23:04:48 1997
+++ bin/specJava	Fri Oct  3 23:51:33 1997
@@ -8,10 +8,10 @@
 # SCCS: @(#) specJava 1.7 97/06/26 10:06:45
 
 # Change DIR to the directory that contains the SpecTcl source files
-DIR=../SpecTcl
+DIR=%%PREFIX%%/SpecTcl/lib
 
 # Change WISH to the pathname of your tk4.1a2 (or >) wish binary
-WISH=`which wish`
+WISH=%%WISH%%
 
 env SPECTCL_DIR=$DIR $WISH $DIR/main.tk -java $@ &
 echo "Starting SpecTcl 1.0"