summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--solenv/bin/modules/installer/windows/file.pm2
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'}; }