[virt-tools-list] [PATCH 07/12] nsis: add missing file needed to use virsh.exe
Fabiano Fidêncio
fidencio at redhat.com
Tue Dec 23 00:02:00 UTC 2014
---
data/virt-viewer.nsis.in | 2 ++
1 file changed, 2 insertions(+)
diff --git a/data/virt-viewer.nsis.in b/data/virt-viewer.nsis.in
index 1f0b8af..5344139 100755
--- a/data/virt-viewer.nsis.in
+++ b/data/virt-viewer.nsis.in
@@ -148,6 +148,7 @@ Section "VirtViewer"
File "@prefix@/bin/libvirt-0.dll"
File "@prefix@/bin/libwinpthread-1.dll"
File "@prefix@/bin/libvirt-qemu-0.dll"
+ File "@prefix@/bin/libvirt-lxc-0.dll"
File "@prefix@/bin/virsh.exe"
File "@prefix@/bin/virt-pki-validate"
File "@prefix@/bin/virt-xml-validate"
@@ -582,6 +583,7 @@ Section "Uninstall"
Delete /rebootok "$INSTDIR\bin\libssh2-1.dll"
Delete /rebootok "$INSTDIR\bin\libportablexdr-0.dll"
Delete /rebootok "$INSTDIR\bin\libvirt-qemu-0.dll"
+ Delete /rebootok "$INSTDIR\bin\libvirt-lxc-0.dll"
Delete /rebootok "$INSTDIR\bin\virsh.exe"
Delete /rebootok "$INSTDIR\bin\virt-pki-validate"
Delete /rebootok "$INSTDIR\bin\virt-xml-validate"
--
2.1.0
More information about the virt-tools-list
mailing list