fix typo in UnistallDev

SVN-Revision: 6643
master
Nicolas Thill 17 years ago
parent 5c08fcb390
commit eef27d8466
  1. 2
      package/libpcap/Makefile

@ -53,7 +53,7 @@ define Build/InstallDev
endef
define Build/UninstallDev
rm -rf $(STAGING_DIR)/usr/include/pcap{,-bpf,-named}.h \
rm -rf $(STAGING_DIR)/usr/include/pcap{,-bpf,-namedb}.h \
$(STAGING_DIR)/usr/lib/libpcap.{a,so*}
endef

Loading…
Cancel
Save