[libvirt] [PATCH] wireshark: Drop DESTDIR from install path

Eric Blake eblake at redhat.com
Wed Jan 13 21:58:47 UTC 2016


On 01/13/2016 08:25 AM, Michal Privoznik wrote:
> In 50078cfbcbf3c8 I've tried to fix distcheck but accidentally
> broke rpm build. The problem is that rpm build not only sets
> DESTDIR but also passes plugindir path. This results in double
> DESTDIR being in the plugin path, Drop one.
> 
> Signed-off-by: Michal Privoznik <mprivozn at redhat.com>
> ---
>  tools/Makefile.am | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

ACK.

> 
> diff --git a/tools/Makefile.am b/tools/Makefile.am
> index d38d3cb..1a6afd3 100644
> --- a/tools/Makefile.am
> +++ b/tools/Makefile.am
> @@ -381,7 +381,7 @@ EXTRA_DIST += \
>  
>  if WITH_WIRESHARK_DISSECTOR
>  
> -ws_plugindir = $(DESTDIR)$(plugindir)
> +ws_plugindir = $(plugindir)
>  ws_plugin_LTLIBRARIES = wireshark/src/libvirt.la
>  wireshark_src_libvirt_la_CPPFLAGS = \
>  	-I wireshark/src $(WIRESHARK_DISSECTOR_CFLAGS)
> 

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 604 bytes
Desc: OpenPGP digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20160113/f7ac3386/attachment-0001.sig>


More information about the libvir-list mailing list