diff options
Diffstat (limited to 'science/jstrack/files/patch-paths.tcl')
-rw-r--r-- | science/jstrack/files/patch-paths.tcl | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/science/jstrack/files/patch-paths.tcl b/science/jstrack/files/patch-paths.tcl new file mode 100644 index 000000000000..c73b0727fe69 --- /dev/null +++ b/science/jstrack/files/patch-paths.tcl @@ -0,0 +1,11 @@ +--- paths.tcl.orig 2014-01-14 11:09:14.000000000 +0100 ++++ paths.tcl 2014-01-14 11:09:48.000000000 +0100 +@@ -41,7 +41,7 @@ + # Typical location (multi-user use) for WinXX systems + # set install_dir c:/jstrack + # install_dir value determined by autoconfig.tcl: +-set install_dir "/Users/jim/src/ht" ++set install_dir "%%PREFIX%%/lib/jstrack" + # Directory for storm data (must be an absolute path, e.g., + # /usr/local/lib/jstrack or $install_dir/tracker/storms). + # |