From 7f681a3e0ebc227ff0b2a3640d4067d7a0340386 Mon Sep 17 00:00:00 2001 From: Juergen Beisert Date: Sat, 14 Jul 2012 21:57:57 +0200 Subject: wireshark: Fix targetinstall stage When tshark is not enabled the targetinstall stage must not try to install it. Signed-off-by: Juergen Beisert Signed-off-by: Michael Olbrich --- rules/wireshark.make | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/rules/wireshark.make b/rules/wireshark.make index 13fb81845..fbf666fcf 100644 --- a/rules/wireshark.make +++ b/rules/wireshark.make @@ -81,8 +81,9 @@ $(STATEDIR)/wireshark.targetinstall: # @$(call install_copy, wireshark, 0, 0, 0755, -, /usr/bin/capinfos) @$(call install_copy, wireshark, 0, 0, 0755, -, /usr/bin/dumpcap) - @$(call install_copy, wireshark, 0, 0, 0755, -, \ - /usr/bin/tshark) +ifdef PTXCONF_WIRESHARK_TSHARK + @$(call install_copy, wireshark, 0, 0, 0755, -, /usr/bin/tshark) +endif # # libraries used by some of the executables # -- cgit v1.2.3