scp2/source/ooo/directory_ooo.scp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 1af9425e8239d1f7e3a12bf9979d190904f695cd
Author: Stephan Bergmann <sberg...@redhat.com>
Date:   Fri Oct 21 09:51:13 2011 +0200

    Work around a problem creating symlinks in ooinstall.
    
    It can happen that the ure-link symlink shall be created while its
    parent directory has not yet been created.  The logic in the Perl code
    is so confusing and beyond fixing, that an easy hack out was to flag
    the respective directory as always-CREATE, which kind of works around
    the problem.

diff --git a/scp2/source/ooo/directory_ooo.scp 
b/scp2/source/ooo/directory_ooo.scp
index 015c1dc..10b32fb 100644
--- a/scp2/source/ooo/directory_ooo.scp
+++ b/scp2/source/ooo/directory_ooo.scp
@@ -92,7 +92,7 @@ Directory gid_Dir_Ooo_Basis
   #else
     HostName = "basis${OOOBASEVERSION}";
   #endif
-    Styles = (BASISDIRECTORY);
+    Styles = (BASISDIRECTORY, CREATE);
 End
 #endif
 
_______________________________________________
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to