community/firefox: fix typo in crash reporting option

This commit is contained in:
ptrcnull 2023-12-13 23:43:12 +01:00
parent 6e7faf6227
commit 1571dde4a4
No known key found for this signature in database
GPG Key ID: 411F7B30801DD9CA

View File

@ -589,7 +589,7 @@ prepare() {
x86|armv7)
# x86: https://github.com/rust-lang/libc/issues/3476
# armv7: error: unknown type name 'fpregset_t'
echo "ac_add_options --disable-crash-reporting" >> base-mozconfig
echo "ac_add_options --disable-crashreporter" >> base-mozconfig
;;
esac
}