From b1e88b0dd52e01076ec833c998b90f8cb733b896 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 8 May 2013 08:44:50 +0200 Subject: Force create the symlinks-only dirs Change-Id: I4610a2ff5bebd50dd2ee0020b575490c6c490968 --- scp2/source/python/file_python.scp | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'scp2/source/python') diff --git a/scp2/source/python/file_python.scp b/scp2/source/python/file_python.scp index 1c7549071ee9..761b5f65e552 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 -- cgit