X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=branch%2Fdouble_build%2Finst%2Fetc%2Fpatches%2FrSymPy%2F01_python_path.patch;fp=branch%2Fdouble_build%2Finst%2Fetc%2Fpatches%2FrSymPy%2F01_python_path.patch;h=b6561a56cab3c20ab4dc46345aa1e17bc9116c25;hb=bbe8a759637a74b5036c8c7345de55a96cb7bbd6;hp=0000000000000000000000000000000000000000;hpb=449efd24870d395eb1edfd4d3a59e239c8cc5547;p=cran2deb.git diff --git a/branch/double_build/inst/etc/patches/rSymPy/01_python_path.patch b/branch/double_build/inst/etc/patches/rSymPy/01_python_path.patch new file mode 100644 index 0000000..b6561a5 --- /dev/null +++ b/branch/double_build/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