Skip to content

Commit

Permalink
vlmcsd: add missing conffiles
Browse files Browse the repository at this point in the history
Signed-off-by: Tianling Shen <[email protected]>
(cherry picked from commit 547f7ae)
  • Loading branch information
1715173329 committed Feb 13, 2025
1 parent 8398013 commit edc28d3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion net/vlmcsd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=vlmcsd
PKG_RELEASE:=2
PKG_RELEASE:=3

PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://github.com/Wind4/vlmcsd.git
Expand Down Expand Up @@ -34,6 +34,11 @@ define Package/vlmcsd/description
Solaris, Minix, Mac OS, iOS, Windows with or without Cygwin)
endef

define Package/vlmcsd/conffiles
/etc/config/vlmcsd
/etc/vlmcsd.ini
endef

define Package/vlmcsd/install
$(INSTALL_DIR) $(1)/usr/bin
$(INSTALL_BIN) $(PKG_BUILD_DIR)/bin/vlmcsd $(1)/usr/bin/vlmcsd
Expand Down

0 comments on commit edc28d3

Please sign in to comment.