diff options
author | Nicolas Thill <nico@openwrt.org> | 2007-03-23 08:11:08 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2007-03-23 08:11:08 +0000 |
commit | eef27d8466812021f785f2c1b26f8907834ac249 (patch) | |
tree | 44766993d02cc8ab120a11ef982792beb2dc888a /package | |
parent | 5c08fcb3901f25a99388f5d6585c9e0740054bf0 (diff) | |
download | upstream-eef27d8466812021f785f2c1b26f8907834ac249.tar.gz upstream-eef27d8466812021f785f2c1b26f8907834ac249.tar.bz2 upstream-eef27d8466812021f785f2c1b26f8907834ac249.zip |
fix typo in UnistallDev
SVN-Revision: 6643
Diffstat (limited to 'package')
-rw-r--r-- | package/libpcap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |