From 65809118914e84bf7cb355e2fd3bce75d7271778 Mon Sep 17 00:00:00 2001 From: "Matthew J. Francis" Date: Sun, 26 Oct 2014 11:34:43 +0800 Subject: Fix python wrapper script on OS X Change-Id: Icfac94022ee026ad8e9d9d5298e5cc7fbd7121be Signed-off-by: Stephan Bergmann --- pyuno/CustomTarget_python_shell.mk | 1 - 1 file changed, 1 deletion(-) (limited to 'pyuno/CustomTarget_python_shell.mk') diff --git a/pyuno/CustomTarget_python_shell.mk b/pyuno/CustomTarget_python_shell.mk index 4cf7f8b6067e..bc6d355f7907 100644 --- a/pyuno/CustomTarget_python_shell.mk +++ b/pyuno/CustomTarget_python_shell.mk @@ -30,7 +30,6 @@ $(call gb_CustomTarget_get_workdir,pyuno/python_shell)/os.sh : \ $(SRCDIR)/pyuno/zipcore/$(if $(filter MACOSX,$(OS)),mac,nonmac).sh $(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),SED,1) sed -e "s/%%PYVERSION%%/$(pyuno_PYTHON_SHELL_VERSION)/g" \ - -e "s,%%PYTHON_FRAMEWORK_RELATIVE_PATH%%,$(if $(filter MACOSX,$(OS)),../Frameworks/),g" \ $< > $@ # vim: set noet sw=4 ts=4: -- cgit