mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +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)))
|
||||
BUILD_APACHE_CONFDIR = $(TOPDIR)/bin/apache/conf.d
|
||||
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
|
||||
|
||||
# -- RSYSLOG
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue