From 9e7b7885cbc19e01068503a9bb247b0b8d07b390 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Wed, 6 Mar 2019 23:48:57 +0100 Subject: bigclown-leds: fix build --- 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 40d93fc..751493b 100644 --- a/bigclown-leds/Makefile +++ b/bigclown-leds/Makefile @@ -24,9 +24,9 @@ endef define Package/$(PKG_NAME)/install $(INSTALL_DIR) $(1)/usr/bin - $(INSTALL_DATA) ./bigclown-leds $(1)/usr/bin/bigclown-leds + $(INSTALL_DATA) $(PKG_BUILD_DIR)/bigclown-leds $(1)/usr/bin/bigclown-leds $(INSTALL_DIR) $(1)/etc/init.d - $(INSTALL_BIN) ./bigclown-leds.init $(1)/etc/init.d/bigclown-leds + $(INSTALL_BIN) $(PKG_BUILD_DIR)/bigclown-leds.init $(1)/etc/init.d/bigclown-leds endef define Build/Compile -- cgit v1.2.3