mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-25 07:00:39 +01:00
defs.mk: Fix last commit
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
322260874f
commit
6006e4f86b
1 changed files with 1 additions and 1 deletions
|
|
@ -480,7 +480,7 @@ INSTALLATION_FILE_TYPES += APACHE_CONF
|
||||||
APACHE_CONF += $(basename $(filter-out $(DONT_INSTALL),$(wildcard *.apache-conf)))
|
APACHE_CONF += $(basename $(filter-out $(DONT_INSTALL),$(wildcard *.apache-conf)))
|
||||||
BUILD_APACHE_CONFDIR = $(TOPDIR)/bin/apache/conf.d
|
BUILD_APACHE_CONFDIR = $(TOPDIR)/bin/apache/conf.d
|
||||||
INSTALL_APACHE_CONFDIR = $(APACHE_CONF_DIR)
|
INSTALL_APACHE_CONFDIR = $(APACHE_CONF_DIR)
|
||||||
INSTALLED_APACHE_CONF = $(addprefix $(INSTALL_APACHE_CONFDIR)/,(patsubst %.apache-conf,%.conf,$(APACHE_CONF)))
|
INSTALLED_APACHE_CONF = $(addprefix $(INSTALL_APACHE_CONFDIR)/,$(patsubst %.apache-conf,%.conf,$(APACHE_CONF)))
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# -- RSYSLOG
|
# -- RSYSLOG
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue