summaryrefslogtreecommitdiff
path: root/pyuno/zipcore
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-11-17 00:35:35 +0100
committerMichael Stahl <mstahl@redhat.com>2012-11-27 12:45:23 +0100
commit38a22a9026a3d8a67f3e16ec650960a10b527d25 (patch)
treef60bdd178a59fa4e59813e19083702f447613e8d /pyuno/zipcore
parent6f8f95fed7a4bd741bf035f53a758ac0c6da66b2 (diff)
Switch from python to python3
Mac specific parts of patch by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> Change-Id: I90ef17c6f5a678230539a80ab999fa5344e4fc8f
Diffstat (limited to 'pyuno/zipcore')
-rw-r--r--pyuno/zipcore/python.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyuno/zipcore/python.sh b/pyuno/zipcore/python.sh
index 5bb9886bce68..c232c997ac19 100644
--- a/pyuno/zipcore/python.sh
+++ b/pyuno/zipcore/python.sh
@@ -57,7 +57,7 @@ export PYTHONHOME
# execute binary
exec "$sd_prog/python.bin" "$@"
MACSECTION
-PYTHONHOME=$sd_prog/OOoPython.framework
+PYTHONHOME=$sd_prog/LibreOfficePython.framework
export PYTHONHOME
pybasislibdir=$PYTHONHOME/Versions/%%PYVERSION%%/lib/python%%PYVERSION%%
@@ -65,4 +65,4 @@ PYTHONPATH=$sd_prog:$pybasislibdir:$pybasislibdir/lib-dynload:$pybasislibdir/lib
export PYTHONPATH
# execute binary
-exec "$PYTHONHOME/Versions/%%PYVERSION%%/Resources/Python.app/Contents/MacOS/OOoPython" "$@"
+exec "$PYTHONHOME/Versions/%%PYVERSION%%/Resources/Python.app/Contents/MacOS/LibreOfficePython" "$@"