msitools/0003-OpenEXR.wxi-path-fixes-for-v2.4.patch
Daniel P. Berrangé 3ee2f82512 Re-enable wxi validation
Pull in many wxi fixes from upstream post v0.100. Switch to autosetup
macro for easier patching.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
2020-04-23 20:13:07 +01:00

34 lines
1.5 KiB
Diff

From 0479e49fd4ecd898734fc63920d136ef0a8ae7fe Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= <marcandre.lureau@redhat.com>
Date: Wed, 15 Jan 2020 18:40:45 +0400
Subject: [PATCH 3/9] OpenEXR.wxi: path fixes for v2.4
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
---
data/wixl/OpenEXR.wxi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/data/wixl/OpenEXR.wxi b/data/wixl/OpenEXR.wxi
index fe3acdd..6a5669d 100644
--- a/data/wixl/OpenEXR.wxi
+++ b/data/wixl/OpenEXR.wxi
@@ -6,10 +6,10 @@
<DirectoryRef Id="INSTALLDIR">
<Directory Id="dirD82453D760D75AFEACE0B4CFFB66E47F" Name="bin">
<Component Win64="$(var.Win64)" Id="cmpAF01A198C634A806766802238548688B" Guid="*">
- <File Id="fil42091A46F9AA74BB113E15D274AED537" KeyPath="yes" Source="$(var.SourceDir)/bin/libIlmImf-2_3-24.dll"/>
+ <File Id="fil42091A46F9AA74BB113E15D274AED537" KeyPath="yes" Source="$(var.SourceDir)/bin/libIlmImf-2_4-24.dll"/>
</Component>
<Component Win64="$(var.Win64)" Id="cmp7FD83EB5B344D2CA1DE250C9877ABF62" Guid="*">
- <File Id="fil0C364885851B102522705CC5D4F97F18" KeyPath="yes" Source="$(var.SourceDir)/bin/libIlmImfUtil-2_3-24.dll"/>
+ <File Id="fil0C364885851B102522705CC5D4F97F18" KeyPath="yes" Source="$(var.SourceDir)/bin/libIlmImfUtil-2_4-24.dll"/>
</Component>
</Directory>
</DirectoryRef>
--
2.25.3