[thunderbird-lightning/f15] Skip eu locale for now

Orion Poplawski orion at fedoraproject.org
Tue Dec 20 18:40:39 UTC 2011


commit 46aa9ee17e64b34cfe8b8e1108b41c5f73b145fa
Author: Orion Poplawski <orion at cora.nwra.com>
Date:   Tue Dec 20 11:40:40 2011 -0700

    Skip eu locale for now

 thunderbird-lightning.spec |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/thunderbird-lightning.spec b/thunderbird-lightning.spec
index dad81ce..aaa3888 100644
--- a/thunderbird-lightning.spec
+++ b/thunderbird-lightning.spec
@@ -156,6 +156,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 eu local for now
+   [ "$lang" = eu ] && continue
    make AB_CD=all L10N_XPI_NAME=lightning-all libs-$lang
 done
 
@@ -197,6 +199,7 @@ find $RPM_BUILD_ROOT -name \*.so | xargs chmod 0755
 * Tue Dec 20 2011 Orion Poplawski <orion at cora.nwra.com> - 1.1-0.1.rc1
 - Update to lightning 1.1 rc1
 - Update l10n source
+- Skip eu locale for now
 
 * Tue Dec 20 2011 Jan Horak <jhorak at redhat.com> - 1.0-2
 - Rebuild due to Thunderbird 9.0


More information about the scm-commits mailing list