summaryrefslogtreecommitdiff
path: root/package/libpcap
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2007-03-23 08:11:08 +0000
committerNicolas Thill <nico@openwrt.org>2007-03-23 08:11:08 +0000
commiteef27d8466812021f785f2c1b26f8907834ac249 (patch)
tree44766993d02cc8ab120a11ef982792beb2dc888a /package/libpcap
parent5c08fcb3901f25a99388f5d6585c9e0740054bf0 (diff)
downloadmtk-20170518-eef27d8466812021f785f2c1b26f8907834ac249.zip
mtk-20170518-eef27d8466812021f785f2c1b26f8907834ac249.tar.gz
mtk-20170518-eef27d8466812021f785f2c1b26f8907834ac249.tar.bz2
fix typo in UnistallDev
SVN-Revision: 6643
Diffstat (limited to 'package/libpcap')
-rw-r--r--package/libpcap/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libpcap/Makefile b/package/libpcap/Makefile
index c9af51d..52a81a1 100644
--- a/package/libpcap/Makefile
+++ b/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