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=0000000000000000000000000000000000000000;hb=42bff07893104a11db95c8d65fe518a336463351;hp=0881a0be9b1882e270b50a199ca6549cf79cfc8a;hpb=f0817a2fbc3df0f5daad0a9e1a11d9f295218c0a;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 deleted file mode 100644 index 0881a0b..0000000 --- a/branch/double_build/inst/etc/patches/RLadyBug/01_bash_path.patch +++ /dev/null @@ -1,26 +0,0 @@ -#! /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