tvheadend: fix conffiles section 17689/head
authorJosef Schlehofer <pepe.schlehofer@gmail.com>
Mon, 24 Jan 2022 22:04:13 +0000 (23:04 +0100)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Mon, 24 Jan 2022 23:23:13 +0000 (00:23 +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>
multimedia/tvheadend/Makefile

index f5fd791065a5f2ec1f785876ca575053a50d7e0f..53c326baca0e04c22404a6b01c6568c9511bf1cc 100644 (file)
@@ -230,7 +230,7 @@ define Build/Prepare
                > $(PKG_BUILD_DIR)/debian/changelog
 endef
 
-define Package/conffiles
+define Package/tvheadend/conffiles
 /etc/config/tvheadend
 endef