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
pull/1171/head
Boris Nagaev 9 years ago
parent a96fcf4114
commit bff9b400f5

@ -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/' \

Loading…
Cancel
Save