diff options
Diffstat (limited to 'bigclown-gateway')
| -rw-r--r-- | bigclown-gateway/Makefile | 3 | 
1 files changed, 3 insertions, 0 deletions
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  | 
