diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-11-11 08:21:32 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-11-11 08:21:32 +0000 |
commit | 699d26c6fdca9609624d94c662b08736ce5b3935 (patch) | |
tree | 68ff349d39f8d326b9d628badad213b07bad0181 | |
parent | 77ff5c70d001b52bcd8796a4fdb400a6d87c52e1 (diff) |
INTEGRATION: CWS pythonlinkfix (0); FILE MERGED
-rw-r--r-- | pyuno/zipcore/python.sh | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/pyuno/zipcore/python.sh b/pyuno/zipcore/python.sh index 6ef7679cd154..4f0aa1882c12 100644 --- a/pyuno/zipcore/python.sh +++ b/pyuno/zipcore/python.sh @@ -5,9 +5,9 @@ # # $RCSfile: python.sh,v $ # -# $Revision: 1.6 $ +# $Revision: 1.7 $ # -# last change: $Author: rt $ $Date: 2005-09-08 16:55:24 $ +# last change: $Author: rt $ $Date: 2005-11-11 09:21:32 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -101,14 +101,14 @@ case $sd_platform in ;; esac -PYTHONPATH="$sd_prog":"$sd_prog/python-core/lib":"$sd_prog/python-core/lib/lib-dynload":"$sd_prog/python-core/lib/lib-tk":"$PYTHONPATH" +PYTHONPATH="$sd_prog":"$sd_prog/python-core-%%PYVERSION%%/lib":"$sd_prog/python-core-%%PYVERSION%%/lib/lib-dynload":"$sd_prog/python-core-%%PYVERSION%%/lib/lib-tk":"$PYTHONPATH" export PYTHONPATH -PYTHONHOME="$sd_prog"/python-core +PYTHONHOME="$sd_prog"/python-core-%%PYVERSION%% export PYTHONHOME # set path so that other apps can be started from soffice just by name PATH="$sd_prog":$PATH export PATH -exec "$sd_prog/python-core/bin/python" "$@" +exec "$sd_prog/python.bin" "$@" |