mirror of
https://github.com/openwrt/telephony.git
synced 2026-04-15 10:51:57 +00:00
remove UninstallDev
This commit is contained in:
@@ -55,12 +55,6 @@ define Build/InstallDev
|
||||
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libtonezone.so* $(1)/usr/lib/
|
||||
endef
|
||||
|
||||
define Build/UninstallDev
|
||||
rm -rf $(STAGING_DIR)/usr/include/linux/zaptel.h
|
||||
rm -rf $(STAGING_DIR)/usr/include/tonezone.h
|
||||
rm -rf $(STAGING_DIR)/usr/lib/libtonezone.so*
|
||||
endef
|
||||
|
||||
define Package/zaptel-libtonezone/install
|
||||
$(INSTALL_DIR) $(1)/usr/lib
|
||||
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libtonezone.so.* $(1)/usr/lib/
|
||||
|
||||
Reference in New Issue
Block a user