fixed a typo in the UninstallDev part
git-svn-id: svn://svn.openwrt.org/openwrt/packages@7934 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
aec1a07c83
commit
734e42c3a2
@ -76,9 +76,9 @@ define Build/InstallDev
|
||||
endef
|
||||
|
||||
define Build/UninstallDev
|
||||
rm $(STAGING_DIR)/usr/bin/apr-1-config \
|
||||
rm -rf $(STAGING_DIR)/usr/bin/apr-1-config \
|
||||
$(STAGING_DIR)/usr/lib/{libapr-1*,apr.exp} \
|
||||
rm -rf $(STAGING_DIR)/usr/share/build-1/ \
|
||||
$(STAGING_DIR)/usr/share/build-1/ \
|
||||
$(STAGING_DIR)/usr/include/apr-1/
|
||||
endef
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user