mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
defs.mk: Filter out rsyslog-% from LOCAL_CFG
This commit is contained in:
parent
adaa895c77
commit
18f34127d8
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue