From: Nicolas Thill Date: Fri, 23 Mar 2007 08:11:08 +0000 (+0000) Subject: fix typo in UnistallDev X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=5a4a7548f786ffc30b1627f83bc34ec6aa6ac7d0;p=15.05%2Fopenwrt.git 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