data: fix install of settingsupdate.conf

Origin commit data
------------------
Branch: ni/coolstream
Commit: 487212ba01
Author: vanhofen <vanhofen@gmx.de>
Date: 2021-10-03 (Sun, 03 Oct 2021)

Origin message was:
------------------
- data: fix install of settingsupdate.conf

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2021-10-03 00:21:21 +02:00
parent 323edb4b26
commit e861435aa9

View File

@@ -1,5 +1,4 @@
EXTRA_DIST = \
settingsupdate.conf settingsupdate.conf.in \
tobackup.conf tobackup.conf.in
installdir = $(CONFIGDIR)
@@ -11,6 +10,13 @@ install_DATA = \
epglanguages.conf \
providermap.xml \
satellites.xml \
settingsupdate.conf \
terrestrial.xml \
tobackup.conf
if ENABLE_EXTUPDATE
EXTRA_DIST += \
settingsupdate.conf settingsupdate.conf.in
install_DATA = \
settingsupdate.conf
endif