Skip to content

Commit

Permalink
src
Browse files Browse the repository at this point in the history
  • Loading branch information
hack3ric committed Aug 9, 2024
1 parent d0fa8bc commit 07378b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openwrt/net/bpftool-modified/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ HOST_MAKE_PATH = src

define Host/Install
$(INSTALL_DIR) $(STAGING_DIR_HOST)/usr/sbin
$(INSTALL_BIN) $(HOST_BUILD_DIR)/bpftool \
$(INSTALL_BIN) $(HOST_BUILD_DIR)/src/bpftool \
$(STAGING_DIR_HOST)/usr/sbin/bpftool
endef

Expand Down

0 comments on commit 07378b6

Please sign in to comment.