fixed another UninstallDev part
git-svn-id: svn://svn.openwrt.org/openwrt/packages@7939 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
dc7ab4de80
commit
4b5517cd56
@ -66,10 +66,10 @@ define Build/InstallDev
|
||||
endef
|
||||
|
||||
define Build/UninstallDev
|
||||
rm $(STAGING_DIR)/usr/bin/neon-config \
|
||||
rm -rf $(STAGING_DIR)/usr/bin/neon-config \
|
||||
$(STAGING_DIR)/usr/lib/{libneon.a,libneon.la,libneon.so,libneon.so.26,libneon.so.26.0.3} \
|
||||
$(STAGING_DIR)/usr/lib/pkgconfig/neon.pc
|
||||
rm -rf $(STAGING_DIR)/usr/include/neon
|
||||
$(STAGING_DIR)/usr/lib/pkgconfig/neon.pc \
|
||||
$(STAGING_DIR)/usr/include/neon
|
||||
endef
|
||||
|
||||
define Package/neon/install
|
||||
|
Loading…
x
Reference in New Issue
Block a user