summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLev Veyde <lveyde@redhat.com>2015-10-20 14:35:25 +0300
committerChristophe Fergeau <cfergeau@redhat.com>2015-10-21 18:57:19 +0200
commite95b2ffe54824ece27b6c147cac7f094a5c5ba20 (patch)
tree4ccc39403f9f0b824727fcb711a1af72ede01c80
parent0b8a02aef486f2aadd9ef5cdfdb8d88472ef9fd2 (diff)
packaging: Update installer to include new oVirt GA .ini files
Recent version of oVirt Guest Agent added 2 new .ini conf files. This patch modifies the installer, so these files are installed as well. Change-Id: I105ce0475d612a5b70ef354df07dbb59b76d1399 Signed-off-by: Lev Veyde <lveyde@redhat.com>
-rw-r--r--win-guest-tools.nsis2
1 files changed, 2 insertions, 0 deletions
diff --git a/win-guest-tools.nsis b/win-guest-tools.nsis
index e13a061..52ac6c8 100644
--- a/win-guest-tools.nsis
+++ b/win-guest-tools.nsis
@@ -97,6 +97,8 @@ Section "install"
!ifdef OVIRT
File "bin/OVirtGuestService.exe"
File "bin/ovirt-guest-agent.ini"
+ File "bin/default.ini"
+ File "bin/default-logger.ini"
!endif
SetOutPath "$INSTDIR\32"