data: fix install_DATA previously defined

Origin commit data
------------------
Branch: ni/coolstream
Commit: 5b0a148317
Author: max_10 <max_10@gmx.de>
Date: 2021-10-10 (Sun, 10 Oct 2021)

Origin message was:
------------------
- data: fix install_DATA previously defined

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

------------------
This commit was generated by Migit
This commit is contained in:
max_10
2021-10-10 22:59:49 +02:00
committed by vanhofen
parent bf767e6635
commit 729bbedd5b

View File

@@ -17,6 +17,6 @@ if ENABLE_EXTUPDATE
EXTRA_DIST += \
settingsupdate.conf settingsupdate.conf.in
install_DATA = \
install_DATA += \
settingsupdate.conf
endif