]> git.donarmstrong.com Git - cran2deb.git/blob - branch/double_build/inst/etc/patches/rSymPy/01_python_path.patch
initial commit of build all-at-once code.
[cran2deb.git] / branch / double_build / inst / etc / patches / rSymPy / 01_python_path.patch
1 #! /bin/sh /usr/share/dpatch/dpatch-run
2 ## 01_python_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 python path
6
7 @DPATCH@
8
9 diff -ru rSymPy.orig/inst/jython/Lib/cgi.py rSymPy/inst/jython/Lib/cgi.py
10 --- rSymPy.orig/inst/jython/Lib/cgi.py  2009-01-09 22:02:24.000000000 +0100
11 +++ rSymPy/inst/jython/Lib/cgi.py       2009-05-17 21:45:54.000000000 +0200
12 @@ -1,4 +1,4 @@
13 -#! /usr/local/bin/python
14 +#! /usr/bin/python
15  
16  # NOTE: the above "/usr/local/bin/python" is NOT a mistake.  It is
17  # intentionally NOT "/usr/bin/env python".  On many systems