summaryrefslogtreecommitdiffstats
path: root/pyuno/zipcore
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2005-11-11 08:21:32 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2005-11-11 08:21:32 +0000
commit699d26c6fdca9609624d94c662b08736ce5b3935 (patch)
tree68ff349d39f8d326b9d628badad213b07bad0181 /pyuno/zipcore
parentINTEGRATION: CWS pythonlinkfix (1.6.34); FILE MERGED (diff)
downloadcore-699d26c6fdca9609624d94c662b08736ce5b3935.tar.gz
core-699d26c6fdca9609624d94c662b08736ce5b3935.zip
INTEGRATION: CWS pythonlinkfix (0); FILE MERGED
Diffstat (limited to 'pyuno/zipcore')
-rw-r--r--pyuno/zipcore/python.sh10
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" "$@"