tvheadend: fix conffiles section

The previous one was wrong, and it did not work. It could be checked
inside compiled package in control.tar.gz that there was missing
``conffiles`` file with content `/etc/config/tvheadend`

It is also possible to verify that the config is not overwritten on the router
by running ``opkg install tvheadend --force-reinstall``

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry picked from commit 752d1ffc28)
This commit is contained in:
Josef Schlehofer 2022-01-24 23:04:13 +01:00
parent 48bf1a0d0d
commit fc835bcaac
No known key found for this signature in database
GPG key ID: B950216FE4329F4C

View file

@ -81,7 +81,7 @@ define Build/Prepare
> $(PKG_BUILD_DIR)/debian/changelog
endef
define Package/conffiles
define Package/tvheadend/conffiles
/etc/config/tvheadend
endef