From: Michal Privoznik Date: Wed, 13 Jan 2016 15:10:15 +0000 (+0100) Subject: wireshark: Drop DESTDIR from install path X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=f99f79e380326cd1259721e134c074bf271f4269;p=libvirt.git wireshark: Drop DESTDIR from install path 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 --- diff --git a/tools/Makefile.am b/tools/Makefile.am index 5bf6a3ea69..0be35672b1 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)