[thunderbird-lightning/el6] Skip broken pt_BR locale for now

Orion Poplawski orion at fedoraproject.org
Sat Feb 18 05:17:23 UTC 2012


commit 0ff44e2fdf210c2f9efb2ca854797a8b686e0812
Author: Orion Poplawski <orion at cora.nwra.com>
Date:   Fri Feb 17 22:17:19 2012 -0700

    Skip broken pt_BR locale for now

 thunderbird-lightning.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/thunderbird-lightning.spec b/thunderbird-lightning.spec
index 3950717..c0348ee 100644
--- a/thunderbird-lightning.spec
+++ b/thunderbird-lightning.spec
@@ -152,8 +152,8 @@ cd objdir-tb/calendar/lightning
 make AB_CD=all L10N_XPI_NAME=lightning-all repack-clobber-all
 grep -v 'osx' ../../../calendar/locales/shipped-locales | while read lang x
 do
-   # Skip broken eu, id for now
-   [ $lang = eu -o $lang = id ] && continue
+   # Skip broken eu, id, pt_BR for now
+   [ $lang = eu -o $lang = id -o $lang = pt_BR ] && continue
    make AB_CD=all L10N_XPI_NAME=lightning-all libs-$lang
 done
 


More information about the scm-commits mailing list