defs.mk: Filter out rsyslog-% from LOCAL_CFG

This commit is contained in:
Jan Lindemann 2011-08-21 09:19:46 +00:00 committed by Jan Lindemann
commit 18f34127d8

View file

@ -237,7 +237,7 @@ INSTALL_CFGDIR ?= $(CONFIG_DIR)
else
INSTALL_CFGDIR ?= $(CONFIG_DIR)/$(CONFIG_SUBDIR)
endif
LOCAL_CFG ?= $(wildcard *.conf *.xml *.bprof)
LOCAL_CFG ?= $(filter-out rsyslog-%, $(wildcard *.conf *.xml *.bprof))
INSTALLED_CFG ?= $(addprefix $(INSTALL_CFGDIR)/,$(LOCAL_CFG))
# -- SYSCFG