20754493 Wireshark COMPONENT_POST_INSTALL_ACTION should never fail
authorPetr Sumbera <petr.sumbera@oracle.com>
Mon, 23 Mar 2015 03:40:36 -0700
changeset 4009 6b2792f59575
parent 4008 7fd8fcdea978
child 4010 b64e4d27c23b
20754493 Wireshark COMPONENT_POST_INSTALL_ACTION should never fail
components/wireshark/Makefile
--- a/components/wireshark/Makefile	Mon Mar 23 06:28:35 2015 -0700
+++ b/components/wireshark/Makefile	Mon Mar 23 03:40:36 2015 -0700
@@ -87,7 +87,7 @@
 	(/usr/bin/elfdump -d $(PROTO_DIR)/usr/lib/$(MACH64)/libwireshark.so.5.0.4 | \
 	    grep 'libwiretap.so.3' && /usr/bin/elfedit \
 	    -e 'dyn:value -s -with-valstr libwiretap.so.3 libwiretap.so.4' \
-	    $(PROTO_DIR)/usr/lib/$(MACH64)/libwireshark.so.5.0.4)
+	    $(PROTO_DIR)/usr/lib/$(MACH64)/libwireshark.so.5.0.4; true)
 
 configure:	$(CONFIGURE_64)