defs.mk: Fix BUILD_RSYSLOGDIR

This commit is contained in:
Jan Lindemann 2010-08-29 08:58:17 +00:00 committed by Jan Lindemann
commit 5c15cf5453

View file

@ -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