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

Petr Mladek pmladek at kemper.freedesktop.org
Tue Jun 22 05:51:08 PDT 2010


 bin/localize-ooo |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 99d27f93d9bd61b0b4a57e64e1b2b4b19b7dc2fb
Author: Petr Mladek <pmladek at walk.suse.cz>
Date:   Tue Jun 22 14:49:27 2010 +0200

    module with localize tools was renamed from transex3 to l10ntools
    
    * bin/localize-ooo: build l10ntools instead of transex3

diff --git a/bin/localize-ooo b/bin/localize-ooo
index 700be0b..441604b 100755
--- a/bin/localize-ooo
+++ b/bin/localize-ooo
@@ -61,7 +61,7 @@ done
 # build the localize tool if needed (only in the non-split build)
 if test "$split_build" != "yes" && ! localize -h >/dev/null 2>&1 ; then
     echo 'Building localize stuff at first...'
-    cd $OOBUILDDIR/transex3
+    cd $OOBUILDDIR/l10ntools
     perl $SOLARENV/bin/build.pl --all $EXTRA_BUILD_FLAGS $EXTRA_DMAKE_FLAGS || exit 1;
     perl $SOLARENV/bin/deliver.pl || exit 1;
     cd -


More information about the ooo-build-commit mailing list