iostat: ensure binary gets installed with proper permissions

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Peter Korsgaard 2014-12-01 23:16:45 +01:00
parent 9260501fb8
commit 6ad82a3eb4
1 changed files with 1 additions and 1 deletions

View File

@ -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))