ooo-build r13998 - in branches/ooo-build-3-0: . bin



Author: rengelhard
Date: Mon Sep 22 12:40:00 2008
New Revision: 13998
URL: http://svn.gnome.org/viewvc/ooo-build?rev=13998&view=rev

Log:
fix localize-ooo breakage

Modified:
   branches/ooo-build-3-0/ChangeLog
   branches/ooo-build-3-0/bin/localize-ooo

Modified: branches/ooo-build-3-0/bin/localize-ooo
==============================================================================
--- branches/ooo-build-3-0/bin/localize-ooo	(original)
+++ branches/ooo-build-3-0/bin/localize-ooo	Mon Sep 22 12:40:00 2008
@@ -87,8 +87,9 @@
 for fn in $SRCDIR/sdf/*.sdf; do
     [ -f "$fn" ] || continue
     grep -q "^$fn$" $extra_trans_stamp 2>/dev/null && continue;
-    if echo "$fn" | grep -q patches && ! echo $OOO_LANGS | grep -q "`echo $fn | cut -d'-' -f1`"; then continue; fi
-    if echo "$fn" | grep -q gallery && ! echo $OOO_LANGS | grep -q "`echo $fn | cut -d'-' -f1`"; then continue; fi
+    if echo "$fn" | grep -q patches && ! echo $OOO_LANGS | grep -q "$(echo $(basename $fn) | cut -d'-' -f1)"; then continue; fi
+    if echo "$fn" | grep -q gallery && ! echo $OOO_LANGS | grep -q "$(echo $(basename $fn) | cut -d'-' -f1)"; then continue; fi
+    if echo "$fn" | grep -q hu-fix && ! echo $OOO_LANGS | grep -q hu; then continue; fi
     echo "Merging extra localization $(basename $fn) ..."
     $SOLARVERSION/$INPATH/bin/localize -m -x -l all -f $fn || exit 1;
     echo "$fn" >>$extra_trans_stamp



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]