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

Orion Poplawski orion at fedoraproject.org
Sat Feb 18 04:13:46 UTC 2012


commit 0dc15753bea3d2da60771493096b0371c9941e99
Author: Orion Poplawski <orion at cora.nwra.com>
Date:   Fri Feb 17 21:13:45 2012 -0700

    Skip broken eu locale for now

 thunderbird-lightning.spec |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/thunderbird-lightning.spec b/thunderbird-lightning.spec
index 655f0f1..6022bdc 100644
--- a/thunderbird-lightning.spec
+++ b/thunderbird-lightning.spec
@@ -152,6 +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 for now
+   [ $lang = eu ] && continue
    make AB_CD=all L10N_XPI_NAME=lightning-all libs-$lang
 done
 


More information about the scm-commits mailing list