diff options
Diffstat (limited to 'audio/splaytk/files/patch-splay-tk.tcl')
-rw-r--r-- | audio/splaytk/files/patch-splay-tk.tcl | 26 |
1 files changed, 12 insertions, 14 deletions
diff --git a/audio/splaytk/files/patch-splay-tk.tcl b/audio/splaytk/files/patch-splay-tk.tcl index d3634efa5239..cab55c47847a 100644 --- a/audio/splaytk/files/patch-splay-tk.tcl +++ b/audio/splaytk/files/patch-splay-tk.tcl @@ -1,14 +1,12 @@ -*** splay-tk.tcl Sun Apr 6 06:36:35 1997 ---- splay-tk.tcl.orig Sun Apr 19 15:32:05 1998 -*************** -*** 1,3 **** ---- 1,9 ---- -+ #!/bin/sh -+ # start up wish \ -+ exec wish "$0" "$@" -+ -+ set libdir %%DATADIR%% -+ set images ${libdir} - ##################################################################### - # SPlaY-Tk v2.0p1, (C) Andrew Hobgood # - # # +--- splay-tk.tcl.orig 1997-04-06 12:36:35 UTC ++++ splay-tk.tcl +@@ -1,3 +1,9 @@ ++#!/bin/sh ++# start up wish \ ++exec wish "$0" "$@" ++ ++set libdir %%DATADIR%% ++set images ${libdir} + ##################################################################### + # SPlaY-Tk v2.0p1, (C) Andrew Hobgood # + # # |