defs.mk: Add .toml to default config file formats
Anticipating future additions, support installing *.toml as a standard configuration file format.
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
f21ff8e713
commit
d054e3c343
1 changed files with 1 additions and 1 deletions
|
|
@ -306,7 +306,7 @@ ifeq ($(CONFIG_SUBDIR),)
|
|||
else
|
||||
INSTALL_CFGDIR ?= $(CONFIG_DIR)/$(CONFIG_SUBDIR)
|
||||
endif
|
||||
LOCAL_CFG ?= $(filter-out %.site.conf, $(filter-out rsyslog-%, $(wildcard *.conf *.xml *.bprof *.jw-tmpl *.ini *.yaml))) $(LOCAL_EXTRA_CFG)
|
||||
LOCAL_CFG ?= $(filter-out %.site.conf, $(filter-out rsyslog-%, $(wildcard *.conf *.xml *.bprof *.jw-tmpl *.ini *.yaml *.toml))) $(LOCAL_EXTRA_CFG)
|
||||
INSTALLED_CFG ?= $(addprefix $(INSTALL_CFGDIR)/,$(LOCAL_CFG))
|
||||
|
||||
# -- TMPFILES
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue