]> xenbits.xensource.com Git - libvirt.git/commitdiff
wireshark: Drop DESTDIR from install path
authorMichal Privoznik <mprivozn@redhat.com>
Wed, 13 Jan 2016 15:10:15 +0000 (16:10 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 14 Jan 2016 07:05:28 +0000 (08:05 +0100)
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@redhat.com>
tools/Makefile.am

index 5bf6a3ea69141afb605e60078f0c5c812b956c65..0be35672b12af4613fba327e3eeaa6d62ed5baf6 100644 (file)
@@ -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)