]> git.donarmstrong.com Git - cran2deb.git/blob - branch/split_build/inst/etc/patches/svSocket/01_SimpleClient.patch
rename double_build -> split_build
[cran2deb.git] / branch / split_build / inst / etc / patches / svSocket / 01_SimpleClient.patch
1 #! /bin/sh /usr/share/dpatch/dpatch-run
2 ## 01_SimpleClient.dpatch by  <edd@xmcorsairs.wu-wien.ac.at>
3 ##
4 ## All lines beginning with `## DP:' are a description of the patch.
5 ## DP: Correct tclsh path
6
7 @DPATCH@
8
9 diff -ru svSocket.orig/inst/etc/SimpleClient.Tcl svSocket/inst/etc/SimpleClient.Tcl
10 --- svSocket.orig/inst/etc/SimpleClient.Tcl     2007-12-31 10:42:05.000000000 +0100
11 +++ svSocket/inst/etc/SimpleClient.Tcl  2009-05-18 04:23:04.000000000 +0200
12 @@ -1,4 +1,4 @@
13 -#!/usr/local/bin/tclsh8.4\r
14 +#!/usr/bin/tclsh8.4\r
15  # Open a terminal and issue\r
16  # $ tclsh SimpleClient.tcl\r
17  # when the R socket server is running\r