diff options
Diffstat (limited to 'deskutils/abacus/files/patch-ab')
-rw-r--r-- | deskutils/abacus/files/patch-ab | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/deskutils/abacus/files/patch-ab b/deskutils/abacus/files/patch-ab new file mode 100644 index 000000000000..ab959103bbb9 --- /dev/null +++ b/deskutils/abacus/files/patch-ab @@ -0,0 +1,19 @@ +--- abacus Mon Aug 3 11:25:52 1998 ++++ /home/andy/tmp/wrk/abacus Tue Aug 18 15:55:55 1998 +@@ -1,6 +1,6 @@ + #!/bin/sh + # The next line restarts using nxlc \ +-exec $ABACUS_HOME/tcl_interf/nxlc -f $0 ${1+"$@"} ++exec /usr/X11R6/share/abacus/tcl_interf/nxlc -f $0 ${1+"$@"} + # $Id: xxl,v 1.9 1997/03/27 10:00:57 aml Exp $ + + global env +@@ -15,7 +15,7 @@ + if [info exists env(ABACUS_HOME)] { + set home $env(ABACUS_HOME) + } else { +- set home "." ++ set home "/usr/X11R6/share/abacus" + } + + wm withdraw . |