Commit e2661725 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

wipe: ensure binary gets installed with proper permissions

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