projects
/
openwrt
/
staging
/
xback.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c08fcb
)
fix typo in UnistallDev
author
Nicolas Thill
<nico@openwrt.org>
Fri, 23 Mar 2007 08:11:08 +0000
(08:11 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Fri, 23 Mar 2007 08:11:08 +0000
(08:11 +0000)
SVN-Revision: 6643
package/libpcap/Makefile
patch
|
blob
|
history
diff --git
a/package/libpcap/Makefile
b/package/libpcap/Makefile
index c9af51dd02106da7e0a1a5c4c2a812a6e2a2a687..52a81a1830f1dbe201f27f9fa70d57f00862cd04 100644
(file)
--- 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,-named
b
}.h \
$(STAGING_DIR)/usr/lib/libpcap.{a,so*}
endef