diff -urN ooo_11beta2_src.orig/pyuno/prj/build.lst ooo_11beta2_src/pyuno/prj/build.lst --- ooo_11beta2_src.orig/pyuno/prj/build.lst Thu Jun 12 23:52:19 2003 +++ ooo_11beta2_src/pyuno/prj/build.lst Thu Jun 12 23:58:46 2003 @@ -1,4 +1,4 @@ -pu pyuno : cppuhelper python NULL +pu pyuno : stoc cpputools cppuhelper python NULL pu pyuno usr1 - all br_mkout NULL pu pyuno\zipcore nmake - all pu_zipcore NULL pu pyuno\unotypes nmake - all pu_unotypes NULL diff -urN ooo_11beta2_src.orig/scp/source/python/unxbasic_python.scp ooo_11beta2_src/scp/source/python/unxbasic_python.scp --- ooo_11beta2_src.orig/scp/source/python/unxbasic_python.scp Thu Jun 12 23:51:09 2003 +++ ooo_11beta2_src/scp/source/python/unxbasic_python.scp Fri Jun 13 00:15:02 2003 @@ -70,9 +70,9 @@ 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") + 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 };