blob: 308846d96d108d22148b2b846b0740ec7d896822 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
$NetBSD: patch-aa,v 1.1.1.1 2001/01/29 04:32:12 jtb Exp $
--- igmt.orig Sun Jan 28 19:54:27 2001
+++ igmt
@@ -36,7 +36,7 @@
# set an enrionment variable or change the setting here
#
if test "$igmt_root" = ""; then
- igmt_root=/home/becker/tcltk/igmt_1.2
+ igmt_root=@PREFIX@/share/igmt
export igmt_root
fi
if [ ! -r $igmt_root/igmt.tcl ]
@@ -72,7 +72,7 @@
# or change the path here
if test "$wish_cmd" = ""; then
- wish_cmd=/usr/local/bin/wish
+ wish_cmd=@TK_PREFIX@/bin/wish
fi
if [ ! -x $wish_cmd ]
then
|