Browse Source

kplex: copy config file to /etc/

Signed-off-by: Caesar Schinas <caesar@caesarschinas.com>
lilik-openwrt-22.03
Caesar Schinas 7 years ago
committed by Nuno Goncalves
parent
commit
4ca39773c8
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      net/kplex/Makefile

+ 2
- 0
net/kplex/Makefile View File

@ -42,6 +42,8 @@ endef
define Package/kplex/install
$(INSTALL_DIR) $(1)/usr/bin
$(INSTALL_BIN) $(PKG_BUILD_DIR)/kplex $(1)/usr/bin/
$(INSTALL_DIR) $(1)/etc
$(INSTALL_CONF) $(PKG_BUILD_DIR)/kplex.conf.ex $(1)/etc/kplex.conf
$(INSTALL_DIR) $(1)/etc/init.d
$(INSTALL_BIN) ./files/kplex.init $(1)/etc/init.d/kplex
endef


Loading…
Cancel
Save