defs.mk, rules.mk: Completed apache-conf installation rules

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2014-06-18 22:13:59 +00:00
commit 22cb913a87
2 changed files with 4 additions and 1 deletions

View file

@ -480,7 +480,7 @@ INSTALLATION_FILE_TYPES += APACHE_CONF
APACHE_CONF += $(basename $(filter-out $(DONT_INSTALL),$(wildcard *.apache-conf)))
BUILD_APACHE_CONFDIR = $(TOPDIR)/bin/apache/conf.d
INSTALL_APACHE_CONFDIR = $(APACHE_CONF_DIR)
INSTALLED_APACHE_CONF = $(addprefix $(INSTALL_APACHE_CONFDIR)/,$(APACHE_CONF))
INSTALLED_APACHE_CONF = $(addprefix $(INSTALL_APACHE_CONFDIR)/,(patsubst %.apache-conf,%.conf,$(APACHE_CONF)))
endif
# -- RSYSLOG