summaryrefslogtreecommitdiff
path: root/extra/firefox/PKGBUILD
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2019-09-20 16:13:17 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2019-09-20 16:13:17 +0200
commit3ecc2cc246953404d00e69e88bc7e2a160dee19c (patch)
treec5a253587f596bec106f999ce8b76a8ff6fda3e0 /extra/firefox/PKGBUILD
parentc7ed0f7ffc757dca1bb663c4ee723db67642bc9a (diff)
downloadpackages-3ecc2cc246953404d00e69e88bc7e2a160dee19c.tar.xz
more sed patching craziness
Diffstat (limited to 'extra/firefox/PKGBUILD')
-rw-r--r--extra/firefox/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/firefox/PKGBUILD b/extra/firefox/PKGBUILD
index 9d261d3f..8ee63332 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
'
)"