diff options
Diffstat (limited to 'package/wipe')
-rw-r--r-- | package/wipe/wipe.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/wipe/wipe.mk b/package/wipe/wipe.mk index ee4682c5a4..38cb434b4e 100644 --- a/package/wipe/wipe.mk +++ b/package/wipe/wipe.mk @@ -12,7 +12,7 @@ WIPE_LICENSE = GPLv2+ WIPE_LICENSE_FILES = LICENSE define WIPE_INSTALL_TARGET_CMDS - $(INSTALL) -D $(@D)/wipe $(TARGET_DIR)/usr/bin/wipe + $(INSTALL) -D -m 0755 $(@D)/wipe $(TARGET_DIR)/usr/bin/wipe endef $(eval $(autotools-package)) |