mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-20 12:24:29 +02:00
Install icingacli bin
Signed-off-by: Thomas Gelf <thomas@gelf.net>
This commit is contained in:
parent
86ba7e38dc
commit
cb1ef78d2f
13
Makefile.in
13
Makefile.in
@ -6,6 +6,7 @@ PACKAGE_VERSION=@PACKAGE_VERSION@
|
|||||||
|
|
||||||
prefix=@prefix@
|
prefix=@prefix@
|
||||||
exec_prefix=@exec_prefix@
|
exec_prefix=@exec_prefix@
|
||||||
|
bindir=@bindir@
|
||||||
|
|
||||||
HTTPD_CONFIG_PATH=@httpd_config_path@
|
HTTPD_CONFIG_PATH=@httpd_config_path@
|
||||||
ICINGAWEB_CONFIG_PATH=@icingaweb_config_path@
|
ICINGAWEB_CONFIG_PATH=@icingaweb_config_path@
|
||||||
@ -24,7 +25,15 @@ default:
|
|||||||
#
|
#
|
||||||
# Installs the whole application w\o httpd configurations
|
# Installs the whole application w\o httpd configurations
|
||||||
#
|
#
|
||||||
install: install-config install-basic ensure-writable-folders
|
install: install-config install-basic ensure-writable-folders install-cli
|
||||||
|
|
||||||
|
#
|
||||||
|
# Install icingacli bin
|
||||||
|
#
|
||||||
|
|
||||||
|
install-cli:
|
||||||
|
$(INSTALL) -m 755 -d $(INSTALL_OPTS) $(bindir)
|
||||||
|
$(INSTALL) -m 755 $(INSTALL_OPTS) "./bin/icingacli" $(bindir)/icingacli;
|
||||||
|
|
||||||
#
|
#
|
||||||
# Installs the whole application w\o configuration
|
# Installs the whole application w\o configuration
|
||||||
@ -91,7 +100,7 @@ install-apache-config:
|
|||||||
#
|
#
|
||||||
# Installs the php files to the prefix
|
# Installs the php files to the prefix
|
||||||
#
|
#
|
||||||
install-application: copy-web-files-application copy-web-files-library
|
install-application: copy-web-files-application copy-web-files-library install-cli
|
||||||
|
|
||||||
#
|
#
|
||||||
# Rule for copying folders and containing files (arbitary types), hidden files are excluded
|
# Rule for copying folders and containing files (arbitary types), hidden files are excluded
|
||||||
|
Loading…
x
Reference in New Issue
Block a user