summaryrefslogtreecommitdiff
path: root/scp2/source/ooo/vc_redist.scp
diff options
context:
space:
mode:
authorDirk Völzke <dv@openoffice.org>2009-11-02 11:23:50 +0000
committerDirk Völzke <dv@openoffice.org>2009-11-02 11:23:50 +0000
commit868e711374aaea6826d1e1bd9c1c4dc04d4e7adb (patch)
tree9e20829bb8371c6f19b6340d5ba3d59b2f7e7825 /scp2/source/ooo/vc_redist.scp
parent3fa43f39fd758b860236a8c8b8e84526ebfc6f48 (diff)
#i106129# cygwin uses case sensitive file names
Diffstat (limited to 'scp2/source/ooo/vc_redist.scp')
-rw-r--r--scp2/source/ooo/vc_redist.scp6
1 files changed, 3 insertions, 3 deletions
diff --git a/scp2/source/ooo/vc_redist.scp b/scp2/source/ooo/vc_redist.scp
index df45b9dcf08b..cefdd69ce034 100644
--- a/scp2/source/ooo/vc_redist.scp
+++ b/scp2/source/ooo/vc_redist.scp
@@ -44,7 +44,7 @@ WindowsCustomAction gid_Customaction_InstallRuntime_X64
Name = "InstallRuntimeX64";
Typ = "98";
Source = "SystemFolder";
- Target = "[SourceDir]redist\VCRedist_x64.exe /qb";
+ Target = "[SourceDir]redist\vcredist_x64.exe /qb";
Inbinarytable = 0;
Styles = (NO_FILE);
Assignment1 = ("InstallUISequence", "Not REMOVE=\"ALL\" And Not PATCH And VersionNT64", "ExecuteAction");
@@ -61,8 +61,8 @@ ScpAction scp_Copy_vcredist_x86
End
ScpAction scp_Copy_vcredist_x64
- Copy = "VCRedist_x64.exe";
- Name = "VCRedist_x64.exe";
+ Copy = "vcredist_x64.exe";
+ Name = "vcredist_x64.exe";
Subdir = "redist";
End
#endif