Re: [NSIS] Do not install .pdb debug files on the target system

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Ok, this is an alternative to the patch I sent a while ago, which keeps
the files on the ISO, but does not add them to the installer. I was
initially confused ;)

Acked-by: Christophe Fergeau <cfergeau@xxxxxxxxxx>

On Mon, Jan 01, 2018 at 10:15:19AM +0200, Yedidyah Bar David wrote:
> Usually they are not needed, and needlessly take quite a lot of space on
> the target system.
> 
> Do publish them in the ISO, so that they are easily available if needed.
> 
> Change-Id: I6dfa5f5e904ea63513f30f4418e58ad2654cf486
> Signed-off-by: Yedidyah Bar David <didi@xxxxxxxxxx>
> ---
>  win-guest-tools.nsis | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/win-guest-tools.nsis b/win-guest-tools.nsis
> index 19d45a3..1f7ace5 100644
> --- a/win-guest-tools.nsis
> +++ b/win-guest-tools.nsis
> @@ -125,7 +125,7 @@ Section "install"
>    File "bin/vdagent_x64/vdservice.exe"
>  
>    SetOutPath "$INSTDIR\drivers"
> -  File /r drivers/virtio/
> +  File /r /x *.pdb drivers/virtio/
>  
>    Push "vioserial"
>    Push "vioser"
> -- 
> 1.8.3.1
> 
> _______________________________________________
> Spice-devel mailing list
> Spice-devel@xxxxxxxxxxxxxxxxxxxxx
> https://lists.freedesktop.org/mailman/listinfo/spice-devel

Attachment: signature.asc
Description: PGP signature

_______________________________________________
Spice-devel mailing list
Spice-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.freedesktop.org/mailman/listinfo/spice-devel

[Index of Archives]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [ECOS]     [Asterisk Internet PBX]     [Linux API]     [Monitors]