[virt-tools-list] [virt-viewer 1/7] nsis: Adjust file list
Marc-André Lureau
mlureau at redhat.com
Wed Jan 23 11:22:27 UTC 2013
ack
----- Mensaje original -----
> Adjust file names for mingw-usbredir dlls and readline dlls
> ---
> data/virt-viewer.nsis.in | 8 ++++----
> 1 file changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/data/virt-viewer.nsis.in b/data/virt-viewer.nsis.in
> index b977c7b..103de16 100644
> --- a/data/virt-viewer.nsis.in
> +++ b/data/virt-viewer.nsis.in
> @@ -122,7 +122,7 @@ Section "VirtViewer"
> File "@prefix@/bin/libtasn1-3.dll"
> File "@prefix@/bin/libusb-1.0.dll"
> File "@prefix@/bin/libusbredirhost-1.dll"
> - File "@prefix@/bin/libusbredirparser-0.dll"
> + File "@prefix@/bin/libusbredirparser-1.dll"
> File "@prefix@/bin/libxml2-2.dll"
> File "@prefix@/bin/libp11-kit-0.dll"
> File "@prefix@/bin/libssh2-1.dll"
> @@ -147,7 +147,7 @@ Section "VirtViewer"
> File /oname=remote-viewer.com
> "${DESTDIR}@prefix@/bin/windows-cmdline-wrapper.exe"
> File "${DESTDIR}@prefix@/bin/remote-viewer.exe"
> File "${DESTDIR}@prefix@/bin/virt-viewer.exe"
> - File "@prefix@/bin/readline.dll"
> + File "@prefix@/bin/libreadline6.dll"
> File "@prefix@/bin/zlib1.dll"
>
> SetOutPath "$INSTDIR\etc"
> @@ -276,7 +276,7 @@ Section "Uninstall"
> Delete /rebootok "$INSTDIR\bin\gst-feedback.exe"
> Delete /rebootok "$INSTDIR\bin\gst-discoverer-0.10.exe"
> Delete /rebootok "$INSTDIR\bin\zlib1.dll"
> - Delete /rebootok "$INSTDIR\bin\readline.dll"
> + Delete /rebootok "$INSTDIR\bin\libreadline6.dll"
> Delete /rebootok "$INSTDIR\bin\libffi-6.dll"
> Delete /rebootok "$INSTDIR\bin\libp11-kit-0.dll"
> Delete /rebootok "$INSTDIR\bin\libxml2-2.dll"
> @@ -296,7 +296,7 @@ Section "Uninstall"
> Delete /rebootok "$INSTDIR\bin\libintl-8.dll"
> Delete /rebootok "$INSTDIR\bin\libusb-1.0.dll"
> Delete /rebootok "$INSTDIR\bin\libusbredirhost-1.dll"
> - Delete /rebootok "$INSTDIR\bin\libusbredirparser-0.dll"
> + Delete /rebootok "$INSTDIR\bin\libusbredirparser-1.dll"
> Delete /rebootok "$INSTDIR\bin\libvirt-0.dll"
> Delete /rebootok "$INSTDIR\bin\libcurl-4.dll"
> Delete /rebootok "$INSTDIR\bin\libidn-11.dll"
> --
> 1.8.1
>
> _______________________________________________
> virt-tools-list mailing list
> virt-tools-list at redhat.com
> https://www.redhat.com/mailman/listinfo/virt-tools-list
>
More information about the virt-tools-list
mailing list