remove UninstallDev
git-svn-id: svn://svn.openwrt.org/openwrt/packages@9907 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@ -52,12 +52,6 @@ define Build/InstallDev
|
||||
$(CP) $(PKG_BUILD_DIR)/shared/libwrap.so* $(1)/usr/lib/
|
||||
endef
|
||||
|
||||
define Build/UninstallDev
|
||||
rm -rf \
|
||||
$(STAGING_DIR)/usr/include/tcpd.h \
|
||||
$(STAGING_DIR)/usr/lib/libwrap.{a,so*}
|
||||
endef
|
||||
|
||||
define Package/libwrap/install
|
||||
$(INSTALL_DIR) $(1)/usr/lib
|
||||
$(CP) $(PKG_BUILD_DIR)/shared/libwrap.so.* $(1)/usr/lib/
|
||||
|
Reference in New Issue
Block a user