Browse Source

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>
lilik-openwrt-22.03
Josef Schlehofer 3 years ago
parent
commit
752d1ffc28
No known key found for this signature in database GPG Key ID: B950216FE4329F4C
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      multimedia/tvheadend/Makefile

+ 1
- 1
multimedia/tvheadend/Makefile View File

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


Loading…
Cancel
Save