summaryrefslogtreecommitdiff
path: root/pyuno/zipcore
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-12-17 17:47:10 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-12-17 17:47:10 +0000
commit1213f5f80cd4ecd9957a26069ec283dceee85849 (patch)
tree42b8d35aa4b6d042c4f1510286b562218766bcdd /pyuno/zipcore
parent96bd712bc4d3cf316637426e6828e77049291737 (diff)
INTEGRATION: CWS geordi2q11 (1.3.8); FILE MERGED
2003/12/16 14:04:31 hr 1.3.8.1: #111934#: join CWS ooo111fix1
Diffstat (limited to 'pyuno/zipcore')
-rw-r--r--pyuno/zipcore/python.sh7
1 files changed, 5 insertions, 2 deletions
diff --git a/pyuno/zipcore/python.sh b/pyuno/zipcore/python.sh
index 41a31102e..f679a1a2f 100644
--- a/pyuno/zipcore/python.sh
+++ b/pyuno/zipcore/python.sh
@@ -122,8 +122,11 @@ case $sd_platform in
;;
esac
-export PYTHONPATH="$sd_prog":"$sd_prog/python-core/lib":"$sd_prog/python-core/lib/lib-dynload":"$PYTHONPATH"
-export PYTHONHOME="$sd_prog"/python-core
+PYTHONPATH="$sd_prog":"$sd_prog/python-core/lib":"$sd_prog/python-core/lib/lib-dynload":"$sd_prog/python-core/lib/lib-tk":"$PYTHONPATH"
+export PYTHONPATH
+
+PYTHONHOME="$sd_prog"/python-core
+export PYTHONHOME
# set path so that other apps can be started from soffice just by name
PATH="$sd_prog":$PATH