diff options
author | Andras Timar <atimar@suse.com> | 2012-05-24 22:36:21 +0200 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2012-05-24 22:39:41 +0200 |
commit | bf799459d8e8eabd764450c82450036c5d0e742f (patch) | |
tree | 51e7f84ee334a5b4e415df095baa5704536b16dc /solenv | |
parent | 03764e29978bcf0b59a3738166b5af31d0af582a (diff) |
fdo#48087 fill in MsiFileHash table for unversioned files
Change-Id: I7d409fbe813f07dc87301b6c6f01a40f531d368c
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/bin/modules/installer/windows/file.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/bin/modules/installer/windows/file.pm b/solenv/bin/modules/installer/windows/file.pm index f694fbeff13e..227912912dab 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'}; } |