fix typo in UnistallDev
SVN-Revision: 6643
This commit is contained in:
parent
5c08fcb390
commit
eef27d8466
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ define Build/InstallDev
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/UninstallDev
|
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*}
|
$(STAGING_DIR)/usr/lib/libpcap.{a,so*}
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue