mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 21:24:31 +04:00
gerbera: fix conffiles
In OpenWrt master branch, there is just /etc/config/gerbera. It was reported to me that if there is an update of gerbera in OpenWrt 19.07, it overwrites /etc/gerbera/config. So, I removed file extension. Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
This commit is contained in:
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=gerbera
|
||||
PKG_VERSION:=1.4.0
|
||||
PKG_RELEASE:=3
|
||||
PKG_RELEASE:=4
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=https://codeload.github.com/gerbera/gerbera/tar.gz/v$(PKG_VERSION)?
|
||||
@@ -41,7 +41,7 @@ define Package/gerbera/description
|
||||
endef
|
||||
|
||||
define Package/gerbera/conffiles
|
||||
/etc/gerbera/config.xml
|
||||
/etc/gerbera/config
|
||||
endef
|
||||
|
||||
CMAKE_OPTIONS += \
|
||||
|
||||
Reference in New Issue
Block a user