diff --git a/third_party/apply-patches.sh b/third_party/apply-patches.sh index 380fd239ee582e2f1fd986c050336f7d5436303a..e924066066e6bd5524faa3c324338b5887072b6c 100755 --- a/third_party/apply-patches.sh +++ b/third_party/apply-patches.sh @@ -9,7 +9,7 @@ function apply_cpuinfo_patches() { git rebase --abort || true git reset --hard # Use git apply instead of git am to prevent git require name in .gitconfig - git apply 0001-fix-arm-linux-fix-uclibc-build-error.patch + GIT_AUTHOR_NAME='patcher' GIT_AUTHOR_EMAIL='patcher@nobody.com' git apply 0001-fix-arm-linux-fix-uclibc-build-error.patch rm *.patch popd >/dev/null else