From 752d1ffc28971b9b641162498a877750fa687bbd Mon Sep 17 00:00:00 2001 From: Josef Schlehofer Date: Mon, 24 Jan 2022 23:04:13 +0100 Subject: [PATCH] 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 --- multimedia/tvheadend/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/multimedia/tvheadend/Makefile b/multimedia/tvheadend/Makefile index f5fd79106..53c326bac 100644 --- a/multimedia/tvheadend/Makefile +++ b/multimedia/tvheadend/Makefile @@ -230,7 +230,7 @@ define Build/Prepare > $(PKG_BUILD_DIR)/debian/changelog endef -define Package/conffiles +define Package/tvheadend/conffiles /etc/config/tvheadend endef