X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=branch%2Fdouble_build%2Finst%2Fetc%2Fpatches%2FRLadyBug%2F01_bash_path.patch;fp=branch%2Fdouble_build%2Finst%2Fetc%2Fpatches%2FRLadyBug%2F01_bash_path.patch;h=0881a0be9b1882e270b50a199ca6549cf79cfc8a;hb=bbe8a759637a74b5036c8c7345de55a96cb7bbd6;hp=0000000000000000000000000000000000000000;hpb=449efd24870d395eb1edfd4d3a59e239c8cc5547;p=cran2deb.git 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 new file mode 100644 index 0000000..0881a0b --- /dev/null +++ b/branch/double_build/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