Build fix.

This commit is contained in:
Gunnar Beutner 2013-09-27 10:51:21 +02:00
parent 6970c28292
commit 28236f341a
2 changed files with 4 additions and 2 deletions

View File

@ -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; \

View File

@ -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; \