diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2019-09-20 15:23:00 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2019-09-20 15:23:00 +0200 |
commit | f22d71423c0a3fe0e0683d6b44dcb1c36345ab71 (patch) | |
tree | e9ed3e1117779653e9c1a2b87f413b0f77d556d2 /extra/thunderbird/PKGBUILD | |
parent | 3a2c53b1c46a9fd0a955ebb04026a1912d8d2002 (diff) | |
download | packages-f22d71423c0a3fe0e0683d6b44dcb1c36345ab71.tar.xz |
some patch fixing
Diffstat (limited to 'extra/thunderbird/PKGBUILD')
-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 b7adf6b6..63304a5b 100644 --- a/extra/thunderbird/PKGBUILD +++ b/extra/thunderbird/PKGBUILD @@ -15,7 +15,7 @@ eval "$( eval "$( declare -f build | \ sed ' - 2 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 ' )" |