Browse Source

Merge pull request #1650 from sairon/tvheadend-fix-config-install

tvheadend: add missing install of default Uci config file
lilik-openwrt-22.03
Ted Hess 9 years ago
parent
commit
0706025dcd
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      multimedia/tvheadend/Makefile

+ 2
- 1
multimedia/tvheadend/Makefile View File

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=tvheadend
PKG_VERSION:=4.0.5
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_SOURCE_SUBDIR:=$(PKG_NAME)
PKG_SOURCE_VERSION:=v$(PKG_VERSION)
@ -89,6 +89,7 @@ define Package/tvheadend/install
$(INSTALL_DIR) $(1)/etc/init.d
$(INSTALL_BIN) ./files/tvheadend.init $(1)/etc/init.d/tvheadend
$(INSTALL_DIR) $(1)/etc/config
$(INSTALL_CONF) ./files/tvheadend.config $(1)/etc/config/tvheadend
$(INSTALL_DIR) $(1)/usr/bin
$(INSTALL_BIN) $(PKG_BUILD_DIR)/build.linux/tvheadend $(1)/usr/bin/


Loading…
Cancel
Save