1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-09 03:53:48 -05:00

Remove diff --git a/ from patches (#189)

The `diff --git a/` indicates that the patch is generated from `git diff`
and it should be applied with `patch -p1`. Because the patches bundled
with python-build have already re-formated for `patch -p0`, this is not
the desired behaviour.

Just removing `diff --git` from patches will force python-build to apply
those patches with `patch -p0`.
This commit is contained in:
Yamashita Yuu
2014-06-11 12:17:20 +09:00
parent 2ec8f0f0a4
commit d496c03497
21 changed files with 168 additions and 168 deletions

View File

@@ -7,7 +7,7 @@
Backport for Python 2.7 of issue 11715 support for building Python on
multiarch Debian/Ubuntu.
diff --git a/setup.py b/setup.py
diff -r -u setup.py setup.py
--- setup.py.orig
+++ setup.py
@@ -345,10 +345,33 @@ class PyBuildExt(build_ext):