Re: [Libreoffice] [PATCH] just find all .sdf files and do not use GNU find arguments

2010-11-18 Thread Jan Holesovsky
Hi Robert, On 2010-11-13 at 19:00 +0100, Robert Nagy wrote: > -for sdf_file in `find $TOOLSDIR/src $DEB_GSIDIR $TOOLSDIR/po $SRCDIR_PIECE > -path $TOOLSDIR/src/clone -prune -o -name "*.sdf"` ; do > +for sdf_file in `find $TOOLSDIR/src $DEB_GSIDIR $TOOLSDIR/po $SRCDIR_PIECE > -path $TOOLSDIR/src

Re: [Libreoffice] [PATCH] just find all .sdf files and do not use GNU find arguments

2010-11-13 Thread Robert Nagy
This one is wrong, it was missing a chunk. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice] [PATCH] just find all .sdf files and do not use GNU find arguments

2010-11-13 Thread Robert Nagy
--- bin/localize-ooo |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/localize-ooo b/bin/localize-ooo index d253d6d..46ea56c 100755 --- a/bin/localize-ooo +++ b/bin/localize-ooo @@ -95,7 +95,7 @@ done # it looks for files "any-name-.sdf", e.g. "gallery-hu.sdf" # it

[Libreoffice] [PATCH] just find all .sdf files and do not use GNU find arguments

2010-11-13 Thread Robert Nagy
--- bin/localize-ooo |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/bin/localize-ooo b/bin/localize-ooo index d253d6d..5b1b86f 100755 --- a/bin/localize-ooo +++ b/bin/localize-ooo @@ -95,7 +95,7 @@ done # it looks for files "any-name-.sdf", e.g. "gallery-hu.sdf" # it i