summaryrefslogtreecommitdiffstats
path: root/pyuno/zipcore/python.sh
diff options
context:
space:
mode:
Diffstat (limited to 'pyuno/zipcore/python.sh')
-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" "$@"