mirror of
https://github.com/Icinga/icinga2.git
synced 2026-05-28 04:12:13 -04:00
Build fix.
This commit is contained in:
parent
6970c28292
commit
28236f341a
2 changed files with 4 additions and 2 deletions
|
|
@ -7,7 +7,8 @@ CONFIG_FILES = \
|
|||
macros.conf
|
||||
|
||||
install-data-local:
|
||||
@for file in $(CONFIG_FILES); do \
|
||||
@$(MKDIR_P) $(icinga2confdir); \
|
||||
for file in $(CONFIG_FILES); do \
|
||||
if [ ! -e $(icinga2confdir)/$$file ]; then \
|
||||
$(INSTALL_DATA) $$file $(icinga2confdir)/$$file; \
|
||||
fi; \
|
||||
|
|
|
|||
|
|
@ -8,7 +8,8 @@ CONFIG_FILES = \
|
|||
compat.conf
|
||||
|
||||
install-data-local:
|
||||
@for file in $(CONFIG_FILES); do \
|
||||
@$(MKDIR_P) $(icinga2confdir); \
|
||||
for file in $(CONFIG_FILES); do \
|
||||
if [ ! -e $(icinga2confdir)/$$file ]; then \
|
||||
$(INSTALL_DATA) $$file $(icinga2confdir)/$$file; \
|
||||
fi; \
|
||||
|
|
|
|||
Loading…
Reference in a new issue