diff options
author | Joshua Ismael Haase Hernández <hahj87@gmail.com> | 2011-06-28 08:34:58 -0500 |
---|---|---|
committer | Joshua Ismael Haase Hernández <hahj87@gmail.com> | 2011-06-28 08:34:58 -0500 |
commit | add9513f632f8ce2ceac6662ed6ca0c9ba9edb20 (patch) | |
tree | 43f161dd5d4cb2757093ed8ff676197a3e88216a /libre/icecat | |
parent | f6bd3615606478d8b072a2c35c1e1f23171e60b2 (diff) |
icecat fix conditional
Diffstat (limited to 'libre/icecat')
-rw-r--r-- | libre/icecat/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/icecat/PKGBUILD b/libre/icecat/PKGBUILD index 5fc57db23..fdc89168d 100644 --- a/libre/icecat/PKGBUILD +++ b/libre/icecat/PKGBUILD @@ -63,7 +63,7 @@ build() { msg2 "Starting build..." cp "${srcdir}/mozconfig" .mozconfig - if [ "$CARCH" = "mips64el" ]: then + if [ "$CARCH" = "mips64el" ]; then echo "ac_add_options --disable-ipc" >> .mozconfig unset CFLAGS unset CXXFLAGS |