mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-29 08:34:20 +02:00
Fix build error.
This commit is contained in:
parent
3cf59ad5e3
commit
7131d56375
@ -11,7 +11,7 @@ install-data-local:
|
|||||||
@$(MKDIR_P) $(icinga2confdir); \
|
@$(MKDIR_P) $(icinga2confdir); \
|
||||||
for file in $(CONFIG_FILES); do \
|
for file in $(CONFIG_FILES); do \
|
||||||
$(INSTALL_DATA) -o @icinga_user@ -g @icinga_group@ -m 0640 $(srcdir)/$$file $(icinga2confdir)/$$file; \
|
$(INSTALL_DATA) -o @icinga_user@ -g @icinga_group@ -m 0640 $(srcdir)/$$file $(icinga2confdir)/$$file; \
|
||||||
done;
|
done; \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
EXTRA_DIST = $(CONFIG_FILES)
|
EXTRA_DIST = $(CONFIG_FILES)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user