]> git.donarmstrong.com Git - cran2deb.git/blobdiff - tags/pre-dual/inst/etc/patches/svSocket/01_SimpleClient.patch
reprepro version before the massacre
[cran2deb.git] / tags / pre-dual / inst / etc / patches / svSocket / 01_SimpleClient.patch
diff --git a/tags/pre-dual/inst/etc/patches/svSocket/01_SimpleClient.patch b/tags/pre-dual/inst/etc/patches/svSocket/01_SimpleClient.patch
new file mode 100644 (file)
index 0000000..786ba3d
--- /dev/null
@@ -0,0 +1,17 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 01_SimpleClient.dpatch by  <edd@xmcorsairs.wu-wien.ac.at>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Correct tclsh path
+
+@DPATCH@
+
+diff -ru svSocket.orig/inst/etc/SimpleClient.Tcl svSocket/inst/etc/SimpleClient.Tcl
+--- svSocket.orig/inst/etc/SimpleClient.Tcl    2007-12-31 10:42:05.000000000 +0100
++++ svSocket/inst/etc/SimpleClient.Tcl 2009-05-18 04:23:04.000000000 +0200
+@@ -1,4 +1,4 @@
+-#!/usr/local/bin/tclsh8.4\r
++#!/usr/bin/tclsh8.4\r
+ # Open a terminal and issue\r
+ # $ tclsh SimpleClient.tcl\r
+ # when the R socket server is running\r