View | Details | Raw Unified | Return to issue 15539
Collapse All | Expand All

(-)ooo_11beta2_src.orig/pyuno/prj/build.lst (-1 / +1 lines)
Lines 1-4 Link Here
1
pu	pyuno	:	cppuhelper python NULL
1
pu	pyuno	:	stoc cpputools cppuhelper python NULL
2
pu	pyuno				  usr1	-	all	br_mkout NULL
2
pu	pyuno				  usr1	-	all	br_mkout NULL
3
pu	pyuno\zipcore	nmake	-	all	pu_zipcore NULL
3
pu	pyuno\zipcore	nmake	-	all	pu_zipcore NULL
4
pu	pyuno\unotypes		nmake	-	all	pu_unotypes NULL
4
pu	pyuno\unotypes		nmake	-	all	pu_unotypes NULL
(-)ooo_11beta2_src.orig/scp/source/python/unxbasic_python.scp (-3 / +3 lines)
Lines 70-78 Link Here
70
    ModuleID = GID_MODULE_PYUNO;
70
    ModuleID = GID_MODULE_PYUNO;
71
    Code = {
71
    Code = {
72
    Sub PythonLink
72
    Sub PythonLink
73
        shell("ln -s python-core-2.2.2 python-core")
73
        shell("/bin/sh -c 'test -d python-core-2.2.2 && ln -s python-core-2.2.2 python-core'")
74
        shell("ln -s python.sh python")
74
        shell("/bin/sh -c 'test -f python.sh && ln -s python.sh python'")
75
        shell("chmod +x python-core-2.2.2/bin/python")
75
        shell("/bin/sh -c 'test -f python-core-2.2.2/bin/python && chmod +x python-core-2.2.2/bin/python'")
76
76
77
	End Sub
77
	End Sub
78
	};
78
	};

Return to issue 15539