File: fix_tcl_path.patch

package info (click to toggle)
staden 2.0.0%2Bb11-6
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 21,584 kB
  • sloc: ansic: 240,605; tcl: 65,360; cpp: 12,854; makefile: 11,201; sh: 3,023; fortran: 2,033; perl: 63; awk: 46
file content (36 lines) | stat: -rw-r--r-- 1,012 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Author: Andreas Tille <tille@debian.org>
Last-Update: 2014-01-20
Description: Debian has /usr/bin/wish

--- a/tk_utils/help_ext.tcl
+++ b/tk_utils/help_ext.tcl
@@ -1,4 +1,4 @@
-#!/usr/local/bin/wish4.0
+#!/usr/bin/wish
 #
 # Copyright (c) 1995 Medical Research Council, Laboratory of Molecular Biology.
 # All rights reserved.
--- a/tk_utils/help_galeon.tcl
+++ b/tk_utils/help_galeon.tcl
@@ -1,4 +1,4 @@
-#!/usr/local/bin/wish4.0
+#!/usr/bin/wish
 #
 # Copyright (c) 1995 Medical Research Council, Laboratory of Molecular Biology.
 # All rights reserved.
--- a/tk_utils/help_int.tcl
+++ b/tk_utils/help_int.tcl
@@ -1,4 +1,4 @@
-#!/usr/local/bin/wish4.0
+#!/usr/bin/wish
 #
 # Copyright (c) 1995 Medical Research Council, Laboratory of Molecular Biology.
 # All rights reserved.
--- a/tk_utils/help_netscape.tcl
+++ b/tk_utils/help_netscape.tcl
@@ -1,4 +1,4 @@
-#!/usr/local/bin/wish4.0
+#!/usr/bin/wish
 #
 # Copyright (c) 1995 Medical Research Council, Laboratory of Molecular Biology.
 # All rights reserved.