mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 23:34:08 +02:00
parent
bf0bd4cf8e
commit
bbb310229f
@ -58,17 +58,17 @@ install-static-files: install-application copy-web-files-public copy-web-files-m
|
|||||||
# Installs all configuration files
|
# Installs all configuration files
|
||||||
#
|
#
|
||||||
install-config:
|
install-config:
|
||||||
$(INSTALL) -m 755 $(INSTALL_OPTS) -d $(DESTDIR)$(ICINGAWEB_CONFIG_PATH)
|
$(INSTALL) -m 755 $(INSTALL_OPTS_WEB) -d $(DESTDIR)$(ICINGAWEB_CONFIG_PATH)
|
||||||
|
|
||||||
@dirs=`cd ./config ; find . -mindepth 1 -type d `;\
|
@dirs=`cd ./config ; find . -mindepth 1 -type d `;\
|
||||||
for dir in $$dirs; do \
|
for dir in $$dirs; do \
|
||||||
$(INSTALL) -m 755 $(INSTALL_OPTS) -d $(DESTDIR)$(ICINGAWEB_CONFIG_PATH)/"$$dir"; \
|
$(INSTALL) -m 755 $(INSTALL_OPTS_WEB) -d $(DESTDIR)$(ICINGAWEB_CONFIG_PATH)/"$$dir"; \
|
||||||
done;
|
done;
|
||||||
|
|
||||||
@files=`cd ./config ; find . -mindepth 1 -type f \
|
@files=`cd ./config ; find . -mindepth 1 -type f \
|
||||||
-and ! -name ".*" -and ! -name "*.in"`; \
|
-and ! -name ".*" -and ! -name "*.in"`; \
|
||||||
for file in $$files; do \
|
for file in $$files; do \
|
||||||
$(INSTALL) -m 644 $(INSTALL_OPTS) "./config/$$file" $(DESTDIR)$(ICINGAWEB_CONFIG_PATH)/"$$file"; \
|
$(INSTALL) -m 644 $(INSTALL_OPTS_WEB) "./config/$$file" $(DESTDIR)$(ICINGAWEB_CONFIG_PATH)/"$$file"; \
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user