From ddeb09f6ce5cf9ca80a94a479c23865bd28574e4 Mon Sep 17 00:00:00 2001 From: svenhoefer Date: Sun, 3 Oct 2021 00:21:21 +0200 Subject: [PATCH] - data: fix install of settingsupdate.conf Signed-off-by: Thilo Graf --- data/config/Makefile.am | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/data/config/Makefile.am b/data/config/Makefile.am index 9940acc82..44b83167d 100644 --- a/data/config/Makefile.am +++ b/data/config/Makefile.am @@ -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