From bee01c825b77a57b39e1b6baea6b6fdf1f0052e5 Mon Sep 17 00:00:00 2001 From: Christian Lohmaier Date: Mon, 26 Nov 2012 20:58:16 +0100 Subject: python3: build LibreOfficePython.framework on MacOS X Change-Id: I0815aa0f5b50166f626f721be56969c0afd655a8 --- solenv/bin/modules/installer/control.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'solenv/bin') diff --git a/solenv/bin/modules/installer/control.pm b/solenv/bin/modules/installer/control.pm index 8916b04b8b6e..99705f876edc 100644 --- a/solenv/bin/modules/installer/control.pm +++ b/solenv/bin/modules/installer/control.pm @@ -332,6 +332,7 @@ sub check_logfile $compareline =~ s/Error\.idl//g; # removing all occurrences of "Error.idl" $compareline =~ s/Error\.html//g; # removing all occurrences of "Error.html" $compareline =~ s/error\.py//g; # removing all occurrences of "error.py" + $compareline =~ s/error\.cpython-33\.py[oc]//g; # removing all occurrences of "error-cpython" $compareline =~ s/libgpg-error-0.dll//g; if ( $compareline =~ /\bError\b/i ) -- cgit