[Libreoffice-commits] .: bin/piece

Petr Mladek pmladek at kemper.freedesktop.org
Mon Nov 22 07:01:58 PST 2010


 bin/piece/post-inst-postprocess |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 2657068c0fc83a259e796eed96c490e90bd957f9
Author: Petr Mladek <pmladek at suse.cz>
Date:   Mon Nov 22 16:00:34 2010 +0100

    fix installation of the localized registry files in the split build

diff --git a/bin/piece/post-inst-postprocess b/bin/piece/post-inst-postprocess
index 23c2e31..ebc9207 100755
--- a/bin/piece/post-inst-postprocess
+++ b/bin/piece/post-inst-postprocess
@@ -61,5 +61,5 @@ remove_file "files-$piece.txt" "$OO_INSTDIR/basis$VERSION/program/pythonloader.u
 remove_file "files-$piece.txt" "$OO_INSTDIR/basis-link"
 remove_file "files-$piece.txt" "$OO_INSTDIR/basis$VERSION/ure-link"
 
-# no need for solver bits at this late stage
-rm -Rf "$DESTDIR/$OO_INSTDIR/solver"
+# we need just the prebuilt l10n stuff in solver at this stage
+find "$DESTDIR/$OO_INSTDIR/solver"  -mindepth 1 -maxdepth 1 -path "$DESTDIR/$OO_INSTDIR/solver/noarch" -prune -o -exec rm -rf {} \;


More information about the Libreoffice-commits mailing list