tvheadend: fix conffiles section
authorJosef Schlehofer <pepe.schlehofer@gmail.com>
Mon, 24 Jan 2022 22:04:13 +0000 (23:04 +0100)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Tue, 25 Jan 2022 08:03:07 +0000 (09:03 +0100)
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 752d1ffc28971b9b641162498a877750fa687bbd)

multimedia/tvheadend/Makefile

index e75e90cf042a482cdb86979f9ca0f4d795c7257f..1b66521a7983d950abbd051fa12b8b5c6342f8ac 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=tvheadend
 PKG_VERSION:=4.0.10
-PKG_RELEASE:=5
+PKG_RELEASE:=6
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://codeload.github.com/tvheadend/tvheadend/tar.gz/v$(PKG_VERSION)?
@@ -78,7 +78,7 @@ define Build/Prepare
                > $(PKG_BUILD_DIR)/debian/changelog
 endef
 
-define Package/conffiles
+define Package/tvheadend/conffiles
 /etc/config/tvheadend
 endef