]> git.donarmstrong.com Git - cran2deb.git/blobdiff - branch/double_build/inst/etc/patches/rSymPy/01_python_path.patch
rename double_build -> split_build
[cran2deb.git] / branch / double_build / inst / etc / patches / rSymPy / 01_python_path.patch
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
deleted file mode 100644 (file)
index b6561a5..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 01_python_path.dpatch by  <edd@xmcorsairs.wu-wien.ac.at>
-##
-## 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