From: nico Date: Fri, 23 Mar 2007 08:11:08 +0000 (+0000) Subject: fix typo in UnistallDev X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=commitdiff_plain;h=e2b0a0cc9aa0c95f9eef48c44ffba0ded73a2ea3 fix typo in UnistallDev git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6643 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/libpcap/Makefile b/package/libpcap/Makefile index c9af51dd02..52a81a1830 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