summaryrefslogtreecommitdiff
path: root/scp2/source
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-05-08 08:44:50 +0200
committerStephan Bergmann <sbergman@redhat.com>2013-05-08 08:44:50 +0200
commitb1e88b0dd52e01076ec833c998b90f8cb733b896 (patch)
tree3ce77b58a266f57121beca83c13cee3a21d610cb /scp2/source
parentae0cb395d8e2b887054e5cfd4fc5525a94fab240 (diff)
Force create the symlinks-only dirs
Change-Id: I4610a2ff5bebd50dd2ee0020b575490c6c490968
Diffstat (limited to 'scp2/source')
-rw-r--r--scp2/source/python/file_python.scp8
1 files changed, 8 insertions, 0 deletions
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