]> git.donarmstrong.com Git - cran2deb.git/blob - branch/double_build/inst/etc/patches/RLadyBug/01_bash_path.patch
initial commit of build all-at-once code.
[cran2deb.git] / branch / double_build / inst / etc / patches / RLadyBug / 01_bash_path.patch
1 #! /bin/sh /usr/share/dpatch/dpatch-run
2 ## 01_bash_path.dpatch by  <edd@xmcorsairs.wu-wien.ac.at>
3 ##
4 ## All lines beginning with `## DP:' are a description of the patch.
5 ## DP: Correct bash path
6
7 @DPATCH@
8
9 diff -ru RLadyBug.orig/inst/LadyBug/bin/ladybug.sh RLadyBug/inst/LadyBug/bin/ladybug.sh
10 --- RLadyBug.orig/inst/LadyBug/bin/ladybug.sh   2008-01-04 11:01:24.000000000 +0100
11 +++ RLadyBug/inst/LadyBug/bin/ladybug.sh        2009-05-12 03:34:02.000000000 +0200
12 @@ -1,4 +1,4 @@
13 -#!/usr/bin/bash\r
14 +#!/bin/bash\r
15  \r
16  #The "executable"  version just uses the jar files in the bin directory\r
17  #In case you made modifications to the LadyBug source and\r
18 diff -ru RLadyBug.orig/inst/LadyBug/bin/simsellke.sh RLadyBug/inst/LadyBug/bin/simsellke.sh
19 --- RLadyBug.orig/inst/LadyBug/bin/simsellke.sh 2008-01-04 11:01:24.000000000 +0100
20 +++ RLadyBug/inst/LadyBug/bin/simsellke.sh      2009-05-12 03:34:19.000000000 +0200
21 @@ -1,4 +1,4 @@
22 -#!/usr/bin/bash\r
23 +#!/bin/bash\r
24  \r
25  #The exec version just uses the jar files in the bin directory\r
26  #In case you made modifications to the LadyBug source and\r