From 1571dde4a4e75fc0cfd0a977f52b146c09031ada Mon Sep 17 00:00:00 2001 From: ptrcnull Date: Wed, 13 Dec 2023 23:43:12 +0100 Subject: [PATCH] community/firefox: fix typo in crash reporting option --- community/firefox/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/firefox/APKBUILD b/community/firefox/APKBUILD index c70f233752c..ff2d2c8b1eb 100644 --- a/community/firefox/APKBUILD +++ b/community/firefox/APKBUILD @@ -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 }