- data: fix install of settingsupdate.conf

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2021-10-03 00:21:21 +02:00
committed by Thilo Graf
parent 5ef59f4cbc
commit ddeb09f6ce

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