[Libreoffice-commits] .: solenv/bin

Fridrich Strba fridrich at kemper.freedesktop.org
Thu Oct 7 09:43:18 PDT 2010


 solenv/bin/modules/installer/windows/msiglobal.pm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ce5d80191337d24c70771c559d4d30a8c772b070
Author: Fridrich Å trba <fridrich.strba at bluewin.ch>
Date:   Thu Oct 7 18:41:08 2010 +0200

    Expand the list of problematic msitrans.exe

diff --git a/solenv/bin/modules/installer/windows/msiglobal.pm b/solenv/bin/modules/installer/windows/msiglobal.pm
index 98bd465..735c6e5 100644
--- a/solenv/bin/modules/installer/windows/msiglobal.pm
+++ b/solenv/bin/modules/installer/windows/msiglobal.pm
@@ -1021,7 +1021,7 @@ sub create_transforms
             my $digest = Digest::MD5->new->addfile(*FILE)->hexdigest;			
             close(FILE);
 
-            my @problemchecksums = ("b66190a70145a57773ec769e16777b29", "aa25d3445b94ffde8ef0c1efb77a56b8");
+            my @problemchecksums = ("b66190a70145a57773ec769e16777b29", "aa25d3445b94ffde8ef0c1efb77a56b8", "748206e54fc93efe6a1aaa9d491f3ad1");
             my $isproblemchecksum = 0;
             
             foreach my $problemchecksum ( @problemchecksums )


More information about the Libreoffice-commits mailing list