mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-26 15:23:54 +01:00
defs.mk: Fix BUILD_RSYSLOGDIR
This commit is contained in:
parent
0b95d41055
commit
5c15cf5453
1 changed files with 1 additions and 1 deletions
|
|
@ -398,7 +398,7 @@ endif
|
||||||
# -- RSYSLOG
|
# -- RSYSLOG
|
||||||
ifneq ($(TARGET),mingw)
|
ifneq ($(TARGET),mingw)
|
||||||
RSYSLOG += $(basename $(wildcard *.rsyslog))
|
RSYSLOG += $(basename $(wildcard *.rsyslog))
|
||||||
BUILD_RSYSLOGDIR = $(TOPDIR)/bin/logrotate.d
|
BUILD_RSYSLOGDIR = $(TOPDIR)/bin/rsyslog.d
|
||||||
INSTALL_RSYSLOGDIR = $(RSYSLOG_DIR)
|
INSTALL_RSYSLOGDIR = $(RSYSLOG_DIR)
|
||||||
INSTALLED_RSYSLOG = $(addprefix $(INSTALL_RSYSLOGDIR)/,$(RSYSLOG))
|
INSTALLED_RSYSLOG = $(addprefix $(INSTALL_RSYSLOGDIR)/,$(RSYSLOG))
|
||||||
endif
|
endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue