wipe: ensure binary gets installed with proper permissions

Reported-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Peter Korsgaard 2014-12-01 23:08:46 +01:00
parent c254d121b6
commit e266172535

View File

@ -12,7 +12,7 @@ WIPE_LICENSE = GPLv2+
WIPE_LICENSE_FILES = LICENSE WIPE_LICENSE_FILES = LICENSE
define WIPE_INSTALL_TARGET_CMDS 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 endef
$(eval $(autotools-package)) $(eval $(autotools-package))