Commit 6ad82a3e authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

iostat: ensure binary gets installed with proper permissions

parent 9260501f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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))