cecd5a2f05
- remove unneeded configure - don't hardcode /usr/local - NO_REGRESS
12 lines
326 B
Plaintext
12 lines
326 B
Plaintext
$OpenBSD: patch-install_tcl,v 1.2 2006/12/24 06:46:04 steven Exp $
|
|
--- install.tcl.orig Thu Nov 3 20:09:57 2005
|
|
+++ install.tcl Mon Dec 18 19:40:31 2006
|
|
@@ -1,6 +1,6 @@
|
|
#!/bin/sh
|
|
# the next line restarts using wish \
|
|
-exec tclsh "$0" "$@"
|
|
+exec !!LOCALBASE!!/bin/tclsh8.4 "$0" "$@"
|
|
|
|
# Copyright 2003 Regis Damongeot
|
|
|