Index: unxbasic_python.scp =================================================================== RCS file: /cvs/installation/scp/source/python/unxbasic_python.scp,v retrieving revision 1.1.2.1 diff -c -r1.1.2.1 unxbasic_python.scp *** unxbasic_python.scp 26 May 2003 10:17:19 -0000 1.1.2.1 --- unxbasic_python.scp 12 Jun 2003 20:13:45 -0000 *************** *** 70,78 **** ModuleID = GID_MODULE_PYUNO; Code = { Sub PythonLink ! shell("ln -s python-core-2.2.2 python-core") ! shell("ln -s python.sh python") ! shell("chmod +x python-core-2.2.2/bin/python") End Sub }; --- 70,78 ---- ModuleID = GID_MODULE_PYUNO; Code = { Sub PythonLink ! shell("/bin/sh -c 'test -d python-core-2.2.2 && ln -s python-core-2.2.2 python-core'") ! shell("/bin/sh -c 'test -f python.sh && ln -s python.sh python'") ! shell("/bin/sh -c 'test -f python-core-2.2.2/bin/python && chmod +x python-core-2.2.2/bin/python'") End Sub };