[Libreoffice-commits] core.git: scp2/source

Stephan Bergmann sbergman at redhat.com
Tue May 7 23:45:24 PDT 2013


 scp2/source/python/file_python.scp |    8 ++++++++
 1 file changed, 8 insertions(+)

New commits:
commit b1e88b0dd52e01076ec833c998b90f8cb733b896
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Wed May 8 08:44:50 2013 +0200

    Force create the symlinks-only dirs
    
    Change-Id: I4610a2ff5bebd50dd2ee0020b575490c6c490968

diff --git a/scp2/source/python/file_python.scp b/scp2/source/python/file_python.scp
index 1c75490..761b5f6 100644
--- a/scp2/source/python/file_python.scp
+++ b/scp2/source/python/file_python.scp
@@ -134,41 +134,49 @@ End
 Directory gid_Dir_PythonFramework
     ParentID = gid_Brand_Dir_Program;
     HostName = "LibreOfficePython.framework";
+    Styles = (CREATE);
 End
 
 Directory gid_Dir_PythonFramework_Versions
     ParentID = gid_Dir_PythonFramework;
     HostName = "Versions";
+    Styles = (CREATE);
 End
 
 Directory gid_Dir_PythonFramework_Versions_ver
     ParentID = gid_Dir_PythonFramework_Versions;
     HostName = STRING(PYMAJMIN);
+    Styles = (CREATE);
 End
 
 Directory gid_Dir_PythonFramework_Versions_ver_bin
     ParentID = gid_Dir_PythonFramework_Versions_ver;
     HostName = "bin";
+    Styles = (CREATE);
 End
 
 Directory gid_Dir_PythonFramework_Versions_ver_lib
     ParentID = gid_Dir_PythonFramework_Versions_ver;
     HostName = "lib";
+    Styles = (CREATE);
 End
 
 Directory gid_Dir_PythonFramework_Versions_ver_lib_pkgconfig
     ParentID = gid_Dir_PythonFramework_Versions_ver_lib;
     HostName = "pkgconfig";
+    Styles = (CREATE);
 End
 
 Directory gid_Dir_PythonFramework_Versions_ver_lib_pythonver
     ParentID = gid_Dir_PythonFramework_Versions_ver_lib;
     HostName = STRING(CONCAT2(python,PYMAJMIN));
+    Styles = (CREATE);
 End
 
 Directory gid_Dir_PythonFramework_Versions_ver_lib_pythonver_config
     ParentID = gid_Dir_PythonFramework_Versions_ver_lib_pythonver;
     HostName = STRING(CONCAT3(config-,PYMAJMIN,m));
+    Styles = (CREATE);
 End
 
 Unixlink gid_Unixlink_Python_Headers


More information about the Libreoffice-commits mailing list