- data: fix install_DATA previously defined

This commit is contained in:
max_10
2021-10-10 22:59:49 +02:00
committed by Thilo Graf
parent b28f8814ea
commit df182b4b37

View File

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