From 38a22a9026a3d8a67f3e16ec650960a10b527d25 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Sat, 17 Nov 2012 00:35:35 +0100 Subject: Switch from python to python3 Mac specific parts of patch by: Christian Lohmaier Change-Id: I90ef17c6f5a678230539a80ab999fa5344e4fc8f --- pyuno/zipcore/python.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pyuno/zipcore') 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" "$@" -- cgit