From f7f89f29b85e88e2ce11d9597039b2ee716b31f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sun, 10 Mar 2019 09:35:03 +0100 Subject: bigclown-leds: fix missing executable permission --- bigclown-leds/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bigclown-leds/Makefile') diff --git a/bigclown-leds/Makefile b/bigclown-leds/Makefile index 751493b..006083e 100644 --- a/bigclown-leds/Makefile +++ b/bigclown-leds/Makefile @@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=bigclown-leds PKG_VERSION:=1.0.1 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_MAINTAINER:=Karel Kočí GIT_HASH:=a1236a39e7842ed24b3a9c986dba177d02be5114 @@ -24,7 +24,7 @@ endef define Package/$(PKG_NAME)/install $(INSTALL_DIR) $(1)/usr/bin - $(INSTALL_DATA) $(PKG_BUILD_DIR)/bigclown-leds $(1)/usr/bin/bigclown-leds + $(INSTALL_BIN) $(PKG_BUILD_DIR)/bigclown-leds $(1)/usr/bin/bigclown-leds $(INSTALL_DIR) $(1)/etc/init.d $(INSTALL_BIN) $(PKG_BUILD_DIR)/bigclown-leds.init $(1)/etc/init.d/bigclown-leds endef -- cgit v1.2.3