diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-11-21 08:20:48 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-11-21 08:20:48 +0000 |
commit | 6aa7fb6ca162fb198cb554dd81ab13f3f27e15df (patch) | |
tree | 165d03fc31cb3d9c8117642456a2739dfa16e2b3 /scp2/source/python/profileitem_python.scp | |
parent | cba1326fbe049546fb5f8f7d5a6569942ab69774 (diff) |
#i56955#,#i10000# python broken by CWS pythonlinkfix, this patch was delivered by JBU
Diffstat (limited to 'scp2/source/python/profileitem_python.scp')
-rw-r--r-- | scp2/source/python/profileitem_python.scp | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/scp2/source/python/profileitem_python.scp b/scp2/source/python/profileitem_python.scp index 90f91dd66422..829a6b97c6b5 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.6 $ + * $Revision: 1.7 $ * - * last change: $Author: rt $ $Date: 2005-09-09 01:43:45 $ + * last change: $Author: obo $ $Date: 2005-11-21 09:20:48 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -54,7 +54,7 @@ ProfileItem gid_Profileitem_Pythonloader_Pythonhome Section = "Bootstrap"; Order = 1; Key = "PYTHONHOME"; - Value = "$ORIGIN/python-core"; + Value = CONCAT2($ORIGIN/python-core-,PYVERSION); End #endif @@ -68,7 +68,10 @@ ProfileItem gid_Profileitem_Pythonloader_Pythonpath Value = "$ORIGIN"; #else #ifdef UNX - Value = "$ORIGIN/python-core/lib $ORIGIN/python-core/lib/lib-dynload $ORIGIN/python-core/lib/lib-tk $ORIGIN"; + Value = CONCAT7($ORIGIN/python-core-,PYVERSION, + /lib $ORIGIN/python-core-,PYVERSION, + /lib/lib-dynload $ORIGIN/python-core-,PYVERSION, + /lib/lib-tk $ORIGIN); #else Value = STRING(CONCAT3($ORIGIN/python-core-,PYVERSION,/lib $ORIGIN)); #endif |