diff options
author | Petr Mladek <pmladek@suse.cz> | 2010-11-23 15:48:13 +0100 |
---|---|---|
committer | Petr Mladek <pmladek@suse.cz> | 2010-11-23 15:55:56 +0100 |
commit | 19a19d522064ed24dab4cff43e39489508038186 (patch) | |
tree | 2b7166e7ef7de29a273ab9071a244c2b53d165a9 /scp2/source/python | |
parent | 609849dbd2a89232cbc89f559279e176585a1cad (diff) |
find the internal libpython (fdo#31764)
libpython2.6.so symlink was not created, so pyuno was not able to find the
internal libpython2.6.so.1.0
Diffstat (limited to 'scp2/source/python')
-rw-r--r-- | scp2/source/python/file_python.scp | 8 | ||||
-rw-r--r-- | scp2/source/python/module_python.scp | 2 |
2 files changed, 9 insertions, 1 deletions
diff --git a/scp2/source/python/file_python.scp b/scp2/source/python/file_python.scp index 0876b530d2bc..1228900121b7 100644 --- a/scp2/source/python/file_python.scp +++ b/scp2/source/python/file_python.scp @@ -130,6 +130,14 @@ File gid_File_Lib_Python_So Name = STRING(PY_FULL_DLL_NAME); Styles = (PACKED); End +#ifdef UNX +Shortcut gid_Shortcut_Lib_Python_So + FileID = gid_File_Lib_Python_So; + Dir = gid_Dir_Program; + Name = STRING(CONCAT3(libpython,PYMAJMIN,UNXSUFFIX)); + Styles = (NETWORK,RELATIVE); +End +#endif //UNX #else //MACOSX //directory entries solely to be able to create the symlinks Directory gid_Dir_PythonFramework diff --git a/scp2/source/python/module_python.scp b/scp2/source/python/module_python.scp index d32f6f6c9dbe..3b017720dc4a 100644 --- a/scp2/source/python/module_python.scp +++ b/scp2/source/python/module_python.scp @@ -32,7 +32,7 @@ Module gid_Module_Optional_Pyuno MOD_NAME_DESC ( MODULE_OPTIONAL_PYTHON ); ParentID = gid_Module_Optional; Sortkey = "750"; - Files = (gid_File_Pyuno,gid_File_Lib_Pyuno,gid_File_Lib_Pythonloader,gid_File_Py_Unohelper,gid_File_Py_Officehelper,gid_File_Py_Uno,gid_File_Py_Pythonloader,gid_File_Py_Python_Core,gid_File_Py_Python_Bin,gid_File_Lib_Python_So, gid_File_Lib_Python_So_Brand,gid_File_Scripts_Python,gid_File_Share_Registry_Pyuno_Xcd); + Files = (gid_File_Pyuno,gid_File_Lib_Pyuno,gid_File_Lib_Pythonloader,gid_File_Py_Unohelper,gid_File_Py_Officehelper,gid_File_Py_Uno,gid_File_Py_Pythonloader,gid_File_Py_Python_Core,gid_File_Py_Python_Bin,gid_File_Lib_Python_So,gid_Shortcut_Lib_Python_So,gid_File_Lib_Python_So_Brand,gid_File_Scripts_Python,gid_File_Share_Registry_Pyuno_Xcd); Minimal = NO; Default = YES; Styles = ( ); |