poemgr: fix conffiles path
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
This commit is contained in:
parent
d0efe27a8c
commit
33927a51c8
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk
|
||||||
PKG_NAME:=poemgr
|
PKG_NAME:=poemgr
|
||||||
PKG_SOURCE_DATE:=2022-03-19
|
PKG_SOURCE_DATE:=2022-03-19
|
||||||
PKG_SOURCE_VERSION:=77395242f9b3cb6ef003c5ed74f9b5be78404450
|
PKG_SOURCE_VERSION:=77395242f9b3cb6ef003c5ed74f9b5be78404450
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE_PROTO:=git
|
PKG_SOURCE_PROTO:=git
|
||||||
PKG_SOURCE_URL=https://github.com/blocktrron/poemgr.git
|
PKG_SOURCE_URL=https://github.com/blocktrron/poemgr.git
|
||||||
|
@ -24,7 +24,7 @@ define Package/poemgr
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/poemgr/conffiles
|
define Package/poemgr/conffiles
|
||||||
/etc/config/usteer
|
/etc/config/poemgr
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/poemgr/install
|
define Package/poemgr/install
|
||||||
|
|
Loading…
Reference in a new issue