mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-18 21:13:56 +01:00
defs.mk, rules.mk: Fix install_RSYSLOG target
This commit is contained in:
parent
5c15cf5453
commit
b6a28cdde1
2 changed files with 4 additions and 4 deletions
|
|
@ -397,10 +397,10 @@ endif
|
|||
|
||||
# -- RSYSLOG
|
||||
ifneq ($(TARGET),mingw)
|
||||
RSYSLOG += $(basename $(wildcard *.rsyslog))
|
||||
RSYSLOG += $(wildcard *.rsyslog)
|
||||
BUILD_RSYSLOGDIR = $(TOPDIR)/bin/rsyslog.d
|
||||
INSTALL_RSYSLOGDIR = $(RSYSLOG_DIR)
|
||||
INSTALLED_RSYSLOG = $(addprefix $(INSTALL_RSYSLOGDIR)/,$(RSYSLOG))
|
||||
INSTALLED_RSYSLOG = $(addprefix $(INSTALL_RSYSLOGDIR)/,$(patsubst %.rsyslog,%.conf,$(RSYSLOG)))
|
||||
endif
|
||||
|
||||
# -- CRONTAB
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue