]> git.donarmstrong.com Git - cran2deb.git/blobdiff - tags/pre-dual/inst/etc/patches/RLadyBug/01_bash_path.patch
reprepro version before the massacre
[cran2deb.git] / tags / pre-dual / inst / etc / patches / RLadyBug / 01_bash_path.patch
diff --git a/tags/pre-dual/inst/etc/patches/RLadyBug/01_bash_path.patch b/tags/pre-dual/inst/etc/patches/RLadyBug/01_bash_path.patch
new file mode 100644 (file)
index 0000000..0881a0b
--- /dev/null
@@ -0,0 +1,26 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 01_bash_path.dpatch by  <edd@xmcorsairs.wu-wien.ac.at>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Correct bash path
+
+@DPATCH@
+
+diff -ru RLadyBug.orig/inst/LadyBug/bin/ladybug.sh RLadyBug/inst/LadyBug/bin/ladybug.sh
+--- RLadyBug.orig/inst/LadyBug/bin/ladybug.sh  2008-01-04 11:01:24.000000000 +0100
++++ RLadyBug/inst/LadyBug/bin/ladybug.sh       2009-05-12 03:34:02.000000000 +0200
+@@ -1,4 +1,4 @@
+-#!/usr/bin/bash\r
++#!/bin/bash\r
\r
+ #The "executable"  version just uses the jar files in the bin directory\r
+ #In case you made modifications to the LadyBug source and\r
+diff -ru RLadyBug.orig/inst/LadyBug/bin/simsellke.sh RLadyBug/inst/LadyBug/bin/simsellke.sh
+--- RLadyBug.orig/inst/LadyBug/bin/simsellke.sh        2008-01-04 11:01:24.000000000 +0100
++++ RLadyBug/inst/LadyBug/bin/simsellke.sh     2009-05-12 03:34:19.000000000 +0200
+@@ -1,4 +1,4 @@
+-#!/usr/bin/bash\r
++#!/bin/bash\r
\r
+ #The exec version just uses the jar files in the bin directory\r
+ #In case you made modifications to the LadyBug source and\r