mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +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
|
||||
ifneq ($(TARGET),mingw)
|
||||
RSYSLOG += $(basename $(wildcard *.rsyslog))
|
||||
BUILD_RSYSLOGDIR = $(TOPDIR)/bin/logrotate.d
|
||||
BUILD_RSYSLOGDIR = $(TOPDIR)/bin/rsyslog.d
|
||||
INSTALL_RSYSLOGDIR = $(RSYSLOG_DIR)
|
||||
INSTALLED_RSYSLOG = $(addprefix $(INSTALL_RSYSLOGDIR)/,$(RSYSLOG))
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue