Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra/firefox
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2019-09-20 15:44:40 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2019-09-20 15:44:40 +0200
commitc7ed0f7ffc757dca1bb663c4ee723db67642bc9a (patch)
tree885f18a33f2b22be87eaa5afe053f93b2a20defb /extra/firefox
parentf22d71423c0a3fe0e0683d6b44dcb1c36345ab71 (diff)
more firefox/thunderbird patching
Diffstat (limited to 'extra/firefox')
-rw-r--r--extra/firefox/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/firefox/PKGBUILD b/extra/firefox/PKGBUILD
index cad391f3..9d261d3f 100644
--- a/extra/firefox/PKGBUILD
+++ b/extra/firefox/PKGBUILD
@@ -76,7 +76,7 @@ done
eval "$(
declare -f build | \
sed '
- 5 a sed -i \"s/debug_info = '2'/debug_info = '1'/\" build/moz.configure/toolchain.configure
+ 5 a sed -i "s/debug_info = '2'/debug_info = '1'/" build/moz.configure/toolchain.configure
'
)"