diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-03-22 09:57:50 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-03-22 09:57:50 +0000 |
commit | 60331f538e7c628d9453be5e68e95187f14bfcf6 (patch) | |
tree | fd8d412a31e3e2c91dcb7e471303f099ff413667 /scp2/source/python/profileitem_python.scp | |
parent | f9db36a3b8c7859765a184614e8f870cc49579f8 (diff) |
INTEGRATION: CWS pyunofixes2 (1.7.62); FILE MERGED
2006/01/11 22:07:52 jbu 1.7.62.1: #i55157# added lib/site-packages to PYTHONPATH
Diffstat (limited to 'scp2/source/python/profileitem_python.scp')
-rw-r--r-- | scp2/source/python/profileitem_python.scp | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/scp2/source/python/profileitem_python.scp b/scp2/source/python/profileitem_python.scp index 829a6b97c6b5..74c41ff14518 100644 --- a/scp2/source/python/profileitem_python.scp +++ b/scp2/source/python/profileitem_python.scp @@ -4,9 +4,9 @@ * * $RCSfile: profileitem_python.scp,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: obo $ $Date: 2005-11-21 09:20:48 $ + * last change: $Author: obo $ $Date: 2006-03-22 10:57:50 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -68,12 +68,15 @@ ProfileItem gid_Profileitem_Pythonloader_Pythonpath Value = "$ORIGIN"; #else #ifdef UNX - Value = CONCAT7($ORIGIN/python-core-,PYVERSION, + Value = CONCAT9($ORIGIN/python-core-,PYVERSION, /lib $ORIGIN/python-core-,PYVERSION, /lib/lib-dynload $ORIGIN/python-core-,PYVERSION, - /lib/lib-tk $ORIGIN); + /lib/lib-tk $ORIGIN/python-core-,PYVERSION, + /lib/site-packages $ORIGIN); #else - Value = STRING(CONCAT3($ORIGIN/python-core-,PYVERSION,/lib $ORIGIN)); + Value = STRING(CONCAT5($ORIGIN/python-core-,PYVERSION, + /lib $ORIGIN/python-core-,PYVERSION, + /lib/site-packages $ORIGIN)); #endif #endif End |