mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
treewide: add conffiles
Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
This commit is contained in:
@@ -4,7 +4,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=pservice
|
||||
PKG_VERSION:=2017-08-29
|
||||
PKG_RELEASE=2
|
||||
PKG_RELEASE=3
|
||||
|
||||
PKG_MAINTAINER:=Yousong Zhou <yszhou4tech@gmail.com>
|
||||
|
||||
@@ -19,6 +19,10 @@ endef
|
||||
define Build/Compile
|
||||
endef
|
||||
|
||||
define Package/pservice/conffiles
|
||||
/etc/config/pservice
|
||||
endef
|
||||
|
||||
define Package/pservice/install
|
||||
$(INSTALL_DIR) $(1)/usr/bin $(1)/etc/init.d $(1)/etc/config
|
||||
$(INSTALL_BIN) ./files/pservice.init $(1)/etc/init.d/pservice
|
||||
|
||||
Reference in New Issue
Block a user