[Libreoffice-commits] .: solenv/bin
Andras Timar
timar at kemper.freedesktop.org
Thu May 24 13:39:50 PDT 2012
solenv/bin/modules/installer/windows/file.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit bf799459d8e8eabd764450c82450036c5d0e742f
Author: Andras Timar <atimar at suse.com>
Date: Thu May 24 22:36:21 2012 +0200
fdo#48087 fill in MsiFileHash table for unversioned files
Change-Id: I7d409fbe813f07dc87301b6c6f01a40f531d368c
diff --git a/solenv/bin/modules/installer/windows/file.pm b/solenv/bin/modules/installer/windows/file.pm
index f694fbe..2279129 100644
--- a/solenv/bin/modules/installer/windows/file.pm
+++ b/solenv/bin/modules/installer/windows/file.pm
@@ -1018,7 +1018,7 @@ sub create_files_table
if ( ! exists($installer::globals::languageproperties{$property}) ) { $installer::globals::languageproperties{$property} = $value; }
}
- if ( $installer::globals::prepare_winpatch )
+ unless ( $file{'Version'} )
{
my $path = $onefile->{'sourcepath'};
if ( $^O =~ /cygwin/i ) { $path = $onefile->{'cyg_sourcepath'}; }
More information about the Libreoffice-commits
mailing list