tcping: adjust install dir

This commit is contained in:
lwb1978
2025-07-21 17:07:13 +08:00
parent e6a199fc38
commit e08c8dfd1a

View File

@@ -39,8 +39,8 @@ define Package/tcping/conffiles
endef
define Package/tcping/install
$(INSTALL_DIR) $(1)/usr/sbin
$(INSTALL_BIN) $(PKG_BUILD_DIR)/tcping $(1)/usr/sbin
$(INSTALL_DIR) $(1)/usr/bin
$(INSTALL_BIN) $(PKG_BUILD_DIR)/tcping $(1)/usr/bin
endef
$(eval $(call BuildPackage,tcping))