]> git.donarmstrong.com Git - cran2deb.git/blobdiff - branch/double_build/inst/etc/patches/RLadyBug/01_bash_path.patch
rename double_build -> split_build
[cran2deb.git] / branch / double_build / inst / etc / patches / RLadyBug / 01_bash_path.patch
diff --git a/branch/double_build/inst/etc/patches/RLadyBug/01_bash_path.patch b/branch/double_build/inst/etc/patches/RLadyBug/01_bash_path.patch
deleted file mode 100644 (file)
index 0881a0b..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-#! /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