Kaydet (Commit) bf799459 authored tarafından Andras Timar's avatar Andras Timar

fdo#48087 fill in MsiFileHash table for unversioned files

Change-Id: I7d409fbe813f07dc87301b6c6f01a40f531d368c
üst 03764e29
...@@ -1018,7 +1018,7 @@ sub create_files_table ...@@ -1018,7 +1018,7 @@ sub create_files_table
if ( ! exists($installer::globals::languageproperties{$property}) ) { $installer::globals::languageproperties{$property} = $value; } if ( ! exists($installer::globals::languageproperties{$property}) ) { $installer::globals::languageproperties{$property} = $value; }
} }
if ( $installer::globals::prepare_winpatch ) unless ( $file{'Version'} )
{ {
my $path = $onefile->{'sourcepath'}; my $path = $onefile->{'sourcepath'};
if ( $^O =~ /cygwin/i ) { $path = $onefile->{'cyg_sourcepath'}; } if ( $^O =~ /cygwin/i ) { $path = $onefile->{'cyg_sourcepath'}; }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment