Skip to content

Commit e08c8df

Browse files
committed
tcping: adjust install dir
1 parent e6a199f commit e08c8df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tcping/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ define Package/tcping/conffiles
3939
endef
4040

4141
define Package/tcping/install
42-
$(INSTALL_DIR) $(1)/usr/sbin
43-
$(INSTALL_BIN) $(PKG_BUILD_DIR)/tcping $(1)/usr/sbin
42+
$(INSTALL_DIR) $(1)/usr/bin
43+
$(INSTALL_BIN) $(PKG_BUILD_DIR)/tcping $(1)/usr/bin
4444
endef
4545

4646
$(eval $(call BuildPackage,tcping))

0 commit comments

Comments
 (0)