mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-23 05:34:48 +02:00
Build fix.
This commit is contained in:
parent
6970c28292
commit
28236f341a
@ -7,7 +7,8 @@ CONFIG_FILES = \
|
|||||||
macros.conf
|
macros.conf
|
||||||
|
|
||||||
install-data-local:
|
install-data-local:
|
||||||
@for file in $(CONFIG_FILES); do \
|
@$(MKDIR_P) $(icinga2confdir); \
|
||||||
|
for file in $(CONFIG_FILES); do \
|
||||||
if [ ! -e $(icinga2confdir)/$$file ]; then \
|
if [ ! -e $(icinga2confdir)/$$file ]; then \
|
||||||
$(INSTALL_DATA) $$file $(icinga2confdir)/$$file; \
|
$(INSTALL_DATA) $$file $(icinga2confdir)/$$file; \
|
||||||
fi; \
|
fi; \
|
||||||
|
@ -8,7 +8,8 @@ CONFIG_FILES = \
|
|||||||
compat.conf
|
compat.conf
|
||||||
|
|
||||||
install-data-local:
|
install-data-local:
|
||||||
@for file in $(CONFIG_FILES); do \
|
@$(MKDIR_P) $(icinga2confdir); \
|
||||||
|
for file in $(CONFIG_FILES); do \
|
||||||
if [ ! -e $(icinga2confdir)/$$file ]; then \
|
if [ ! -e $(icinga2confdir)/$$file ]; then \
|
||||||
$(INSTALL_DATA) $$file $(icinga2confdir)/$$file; \
|
$(INSTALL_DATA) $$file $(icinga2confdir)/$$file; \
|
||||||
fi; \
|
fi; \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user