提交 f99f79e3 编写于 作者: M Michal Privoznik

wireshark: Drop DESTDIR from install path

In 50078cfb 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: NMichal Privoznik <mprivozn@redhat.com>
上级 e8f77117
......@@ -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)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册