]> git.donarmstrong.com Git - cran2deb.git/blob - tags/pre-dual/inst/etc/patches/CGIwithR/00_usr_local_shebang.patch
reprepro version before the massacre
[cran2deb.git] / tags / pre-dual / inst / etc / patches / CGIwithR / 00_usr_local_shebang.patch
1 #! /bin/sh /usr/share/dpatch/dpatch-run
2 ## 00_use_local_shebang.dpatch by  <cb@xmcorsairs.wu-wien.ac.at>
3 ##
4 ## All lines beginning with `## DP:' are a description of the patch.
5 ## DP: remove /usr/local from #!
6
7 @DPATCH@
8
9 diff -Naur CGIwithR.orig/inst/examples/dangerous.R CGIwithR/inst/examples/dangerous.R
10 --- CGIwithR.orig/inst/examples/dangerous.R     2005-11-23 16:07:08.000000000 +0000
11 +++ CGIwithR/inst/examples/dangerous.R  2008-09-13 15:11:14.000000000 +0000
12 @@ -1,4 +1,4 @@
13 -#! /usr/local/bin/R  
14 +#! /usr/bin/R  
15  
16  ###  An example CGI script in R
17  ###
18 diff -Naur CGIwithR.orig/inst/examples/trivial.R CGIwithR/inst/examples/trivial.R
19 --- CGIwithR.orig/inst/examples/trivial.R       2005-11-23 16:07:08.000000000 +0000
20 +++ CGIwithR/inst/examples/trivial.R    2008-09-13 15:11:24.000000000 +0000
21 @@ -1,4 +1,4 @@
22 -#! /usr/local/bin/R
23 +#! /usr/bin/R
24  
25  tag(HTML)
26      tag(HEAD)