fix typo in UnistallDev
[openwrt.git] / package / libpcap / Makefile
index c9af51d..52a81a1 100644 (file)
@@ -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
 
This page took 0.020404 seconds and 4 git commands to generate.