[ooo-build-commit] .: bin/localize-ooo

Petr Mladek pmladek at kemper.freedesktop.org
Thu Oct 7 03:33:50 PDT 2010


 bin/localize-ooo |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit b0796f9698a12b636a06ad40495519a1104bfb16
Author: Petr Mladek <pmladek at suse.cz>
Date:   Thu Oct 7 12:32:57 2010 +0200

    Fix bin/localize-ooo to cope with the renamed po/lo-build-*.sdf files

diff --git a/bin/localize-ooo b/bin/localize-ooo
index 64ff913..f0b6937 100755
--- a/bin/localize-ooo
+++ b/bin/localize-ooo
@@ -158,10 +158,10 @@ for fn in `find $TOOLSDIR/src $DEB_GSIDIR $TOOLSDIR/po $SRCDIR_PIECE -path $TOOL
     grep -q "^$fn$" $extra_trans_stamp 2>/dev/null && continue;
     # skip sdf-templates
     echo "$fn" | grep -q "^$TOOLSDIR/po/sdf-templates" && continue;
-    echo "$fn" | grep -q "^$TOOLSDIR/po/ooo-build.sdf" && continue;
+    echo "$fn" | grep -q "^$TOOLSDIR/po/lo-build.sdf" && continue;
     # skip exotic localizations that are not in $ALL_LANGS and thus not detected
     echo "$fn" | grep -q "$TOOLSDIR/src/GSI" && ! echo $OOO_LANGS | grep -q "$(echo $(basename $fn) | cut -d'_' -f2)" && continue;
-    echo "$fn" | grep -q "$TOOLSDIR/po/ooo-build" && ! echo $OOO_LANGS | grep -q "$(echo $(basename $fn) | cut -d'-' -f3)" && continue;
+    echo "$fn" | grep -q "$TOOLSDIR/po/lo-build" && ! echo $OOO_LANGS | grep -q "$(echo $(basename $fn) | cut -d'-' -f3)" && continue;
     merge_localization "$fn" "all" || exit 1;
     echo "$fn" >>$extra_trans_stamp
 done


More information about the ooo-build-commit mailing list