Fix build error.

This commit is contained in:
Gunnar Beutner 2013-10-01 08:49:23 +02:00
parent 3cf59ad5e3
commit 7131d56375
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ install-data-local:
@$(MKDIR_P) $(icinga2confdir); \
for file in $(CONFIG_FILES); do \
$(INSTALL_DATA) -o @icinga_user@ -g @icinga_group@ -m 0640 $(srcdir)/$$file $(icinga2confdir)/$$file; \
done;
done; \
fi
EXTRA_DIST = $(CONFIG_FILES)