summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorThorsten Behrens <Thorsten.Behrens@CIB.de>2017-03-26 04:01:02 +0200
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2017-03-26 04:02:14 +0200
commit8724bcff1e4c9e666125927659db747b483401c3 (patch)
tree14d18cbcea8c9c89c45d7e910be632342dde028d /solenv
parent49f8917cd4c10685645128768a2dc63043a7b398 (diff)
Fix gpgme packaging
Change-Id: I26ef55b8a7a210f9d86becd4f0aa10c2598681fd
Diffstat (limited to 'solenv')
-rw-r--r--solenv/bin/modules/installer/control.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/bin/modules/installer/control.pm b/solenv/bin/modules/installer/control.pm
index 7670535715ea..decf519eb881 100644
--- a/solenv/bin/modules/installer/control.pm
+++ b/solenv/bin/modules/installer/control.pm
@@ -325,7 +325,7 @@ sub check_logfile
$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\-3.(\.opt\-.|)\.py[co]//g; # removing all occurrences of "error-cpython"
- $compareline =~ s/libgpg-error-0.dll//g;
+ $compareline =~ s/libgpg-error//g;
$compareline =~ s/Error-xref\.html//g;
if ( $compareline =~ /\bError\b/i )