[Libreoffice-commits] .: scp2/source
Stephan Bergmann
sbergmann at kemper.freedesktop.org
Fri Oct 21 00:54:25 PDT 2011
scp2/source/ooo/directory_ooo.scp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 1af9425e8239d1f7e3a12bf9979d190904f695cd
Author: Stephan Bergmann <sbergman at 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
More information about the Libreoffice-commits
mailing list