X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=tags%2Fpre-dual%2Finst%2Fetc%2Fpatches%2FrSymPy%2F01_python_path.patch;fp=tags%2Fpre-dual%2Finst%2Fetc%2Fpatches%2FrSymPy%2F01_python_path.patch;h=b6561a56cab3c20ab4dc46345aa1e17bc9116c25;hb=ab9547f1dd3779e34528a7a638ed085d5b9c5e26;hp=0000000000000000000000000000000000000000;hpb=4baac28764128067cb2fd6343321e7e0f522bdfd;p=cran2deb.git diff --git a/tags/pre-dual/inst/etc/patches/rSymPy/01_python_path.patch b/tags/pre-dual/inst/etc/patches/rSymPy/01_python_path.patch new file mode 100644 index 0000000..b6561a5 --- /dev/null +++ b/tags/pre-dual/inst/etc/patches/rSymPy/01_python_path.patch @@ -0,0 +1,17 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 01_python_path.dpatch by +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: Correct python path + +@DPATCH@ + +diff -ru rSymPy.orig/inst/jython/Lib/cgi.py rSymPy/inst/jython/Lib/cgi.py +--- rSymPy.orig/inst/jython/Lib/cgi.py 2009-01-09 22:02:24.000000000 +0100 ++++ rSymPy/inst/jython/Lib/cgi.py 2009-05-17 21:45:54.000000000 +0200 +@@ -1,4 +1,4 @@ +-#! /usr/local/bin/python ++#! /usr/bin/python + + # NOTE: the above "/usr/local/bin/python" is NOT a mistake. It is + # intentionally NOT "/usr/bin/env python". On many systems