diff options
Diffstat (limited to 'net/scotty3/files/patch-aa')
-rw-r--r-- | net/scotty3/files/patch-aa | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/net/scotty3/files/patch-aa b/net/scotty3/files/patch-aa index e2d3263e9800..de3a255d2b03 100644 --- a/net/scotty3/files/patch-aa +++ b/net/scotty3/files/patch-aa @@ -1,12 +1,12 @@ ---- tkined.sh.in~ Fri Sep 13 09:30:41 1996 -+++ tkined.sh.in Fri Sep 13 09:26:21 1996 +--- tkined.sh.in~ Fri Sep 13 09:30:41 1996 ++++ tkined.sh.in Fri Sep 13 09:26:21 1996 @@ -0,0 +1,3 @@ +#!/bin/sh +export TCLLIBPATH="@PREFIX@/lib/tkined1.4.10 @PREFIX@/lib/tnm2.1.10" +exec @PREFIX@/bin/tkined1.4.10 $* ---- scotty.sh.in~ Fri Sep 13 09:30:41 1996 -+++ scotty.sh.in Fri Sep 13 09:26:21 1996 +--- scotty.sh.in~ Fri Sep 13 09:30:41 1996 ++++ scotty.sh.in Fri Sep 13 09:26:21 1996 @@ -0,0 +1,3 @@ +#!/bin/sh -+export TCLLIBPATH="@PREFIX@/lib/tnm2.1.10" -+exec @PREFIX@/bin/scotty2.1.10 ++export TCLLIBPATH="@PREFIX@/lib/tnm3.0.0" ++exec @PREFIX@/bin/scotty3.0.0 |