summaryrefslogtreecommitdiff
path: root/solenv/bin
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2012-11-26 20:58:16 +0100
committerMichael Stahl <mstahl@redhat.com>2012-11-26 23:14:34 +0100
commitbee01c825b77a57b39e1b6baea6b6fdf1f0052e5 (patch)
treea9d53c666957c0fd7872d3fa4e2a28b7e125a6b0 /solenv/bin
parente6f81b1898a59280f41177206b777a7a0d32f3fc (diff)
python3: build LibreOfficePython.framework on MacOS X
Change-Id: I0815aa0f5b50166f626f721be56969c0afd655a8
Diffstat (limited to 'solenv/bin')
-rw-r--r--solenv/bin/modules/installer/control.pm1
1 files changed, 1 insertions, 0 deletions
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 )