iostat: ensure binary gets installed with proper permissions
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
9260501fb8
commit
6ad82a3eb4
@ -16,7 +16,7 @@ define IOSTAT_BUILD_CMDS
|
||||
endef
|
||||
|
||||
define IOSTAT_INSTALL_TARGET_CMDS
|
||||
$(INSTALL) -D $(IOSTAT_DIR)/iostat $(TARGET_DIR)/usr/bin/iostat
|
||||
$(INSTALL) -D -m 0755 $(IOSTAT_DIR)/iostat $(TARGET_DIR)/usr/bin/iostat
|
||||
endef
|
||||
|
||||
$(eval $(generic-package))
|
||||
|
Loading…
Reference in New Issue
Block a user