From fb3d65bf92084ce62173c6c83365445d42efc043 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Thu, 14 Feb 2019 00:50:50 +0100 Subject: bigclown: fix not included binaries --- bigclown-gateway/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bigclown-gateway/Makefile') diff --git a/bigclown-gateway/Makefile b/bigclown-gateway/Makefile index c992a0b..f269f52 100644 --- a/bigclown-gateway/Makefile +++ b/bigclown-gateway/Makefile @@ -27,6 +27,9 @@ define Package/$(PKG_NAME) endef define Py3Package/$(PKG_NAME)/install + $(INSTALL_DIR) $(1)/usr/bin + $(CP) $(PKG_INSTALL_DIR)/usr/bin/* $(1)/usr/bin/ + $(INSTALL_DIR) $(1)/etc/config $(INSTALL_CONF) ./files/config $(1)/etc/config/bigclown-gateway $(INSTALL_DIR) $(1)/etc/init.d -- cgit v1.2.3