We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6a199f commit e08c8dfCopy full SHA for e08c8df
tcping/Makefile
@@ -39,8 +39,8 @@ define Package/tcping/conffiles
39
endef
40
41
define Package/tcping/install
42
- $(INSTALL_DIR) $(1)/usr/sbin
43
- $(INSTALL_BIN) $(PKG_BUILD_DIR)/tcping $(1)/usr/sbin
+ $(INSTALL_DIR) $(1)/usr/bin
+ $(INSTALL_BIN) $(PKG_BUILD_DIR)/tcping $(1)/usr/bin
44
45
46
$(eval $(call BuildPackage,tcping))
0 commit comments