diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2019-09-20 16:13:17 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2019-09-20 16:13:17 +0200 |
commit | 3ecc2cc246953404d00e69e88bc7e2a160dee19c (patch) | |
tree | c5a253587f596bec106f999ce8b76a8ff6fda3e0 /extra/thunderbird | |
parent | c7ed0f7ffc757dca1bb663c4ee723db67642bc9a (diff) | |
download | packages-3ecc2cc246953404d00e69e88bc7e2a160dee19c.tar.xz |
more sed patching craziness
Diffstat (limited to 'extra/thunderbird')
-rw-r--r-- | extra/thunderbird/PKGBUILD | 2 |
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 ' )" |