summaryrefslogtreecommitdiffstats
path: root/package/iostat
diff options
context:
space:
mode:
authorPeter Korsgaard <peter@korsgaard.com>2014-12-01 23:16:45 +0100
committerPeter Korsgaard <peter@korsgaard.com>2014-12-01 23:16:45 +0100
commit6ad82a3eb4e8660ae0506d19d0eb2976177b5f3d (patch)
tree2b1fbb600929b1b3185669478eb7a16c9791991e /package/iostat
parent9260501fb8b34756ac1f40ea1b4b39e06ce01217 (diff)
downloadbuildroot-6ad82a3eb4e8660ae0506d19d0eb2976177b5f3d.tar.gz
buildroot-6ad82a3eb4e8660ae0506d19d0eb2976177b5f3d.zip
iostat: ensure binary gets installed with proper permissions
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/iostat')
-rw-r--r--package/iostat/iostat.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/iostat/iostat.mk b/package/iostat/iostat.mk
index 2080e5653d..d19a15af8e 100644
--- a/package/iostat/iostat.mk
+++ b/package/iostat/iostat.mk
@@ -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))
OpenPOWER on IntegriCloud