patch-tool-mxe: remove "-M9" from git format-patch

> patch < 2.7 (Wheezy has 2.6.1) can't handle the rename done in the patch.

See https://github.com/mxe/mxe/issues/1170#issuecomment-170701741
This commit is contained in:
Boris Nagaev 2016-01-12 02:12:42 +03:00
parent a96fcf4114
commit bff9b400f5
1 changed files with 0 additions and 1 deletions

View File

@ -51,7 +51,6 @@ define EXPORT_PATCH
--no-signature \
--stdout \
--text \
-M9 \
dist..HEAD \
| sed 's/^From [0-9a-f]\{40\} /From 0000000000000000000000000000000000000000 /' \
| sed 's/^index .......\.\......../index 1111111..2222222/' \