X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=tags%2Fpre-dual%2Finst%2Fetc%2Fpatches%2FRLadyBug%2F01_bash_path.patch;fp=tags%2Fpre-dual%2Finst%2Fetc%2Fpatches%2FRLadyBug%2F01_bash_path.patch;h=0881a0be9b1882e270b50a199ca6549cf79cfc8a;hb=ab9547f1dd3779e34528a7a638ed085d5b9c5e26;hp=0000000000000000000000000000000000000000;hpb=4baac28764128067cb2fd6343321e7e0f522bdfd;p=cran2deb.git 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 index 0000000..0881a0b --- /dev/null +++ b/tags/pre-dual/inst/etc/patches/RLadyBug/01_bash_path.patch @@ -0,0 +1,26 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 01_bash_path.dpatch by +## +## 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 ++#!/bin/bash + + #The "executable" version just uses the jar files in the bin directory + #In case you made modifications to the LadyBug source and +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 ++#!/bin/bash + + #The exec version just uses the jar files in the bin directory + #In case you made modifications to the LadyBug source and