summaryrefslogtreecommitdiff
path: root/extra/thunderbird
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/thunderbird
parentc7ed0f7ffc757dca1bb663c4ee723db67642bc9a (diff)
downloadpackages-3ecc2cc246953404d00e69e88bc7e2a160dee19c.tar.xz
more sed patching craziness
Diffstat (limited to 'extra/thunderbird')
-rw-r--r--extra/thunderbird/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/thunderbird/PKGBUILD b/extra/thunderbird/PKGBUILD
index a8fa2c35..6fa9a0ea 100644
--- a/extra/thunderbird/PKGBUILD
+++ b/extra/thunderbird/PKGBUILD
@@ -15,7 +15,7 @@ eval "$(
eval "$(
declare -f build | \
sed '
- 4 a sed -i "s/debug_info = '2'/debug_info = '1'/" build/moz.configure/toolchain.configure
+ 4 a sed -i "s/debug_info = '\''2'\''/debug_info = '\''1'\''/" build/moz.configure/toolchain.configure
'
)"