Fix Icinga 2 Binary is in the wrong directory.

fixes #4539
This commit is contained in:
Michael Friedrich 2013-08-16 14:50:01 +02:00
parent a8abb48486
commit 8613beb539
2 changed files with 3 additions and 2 deletions

View File

@ -16,10 +16,11 @@
prefix=@prefix@ prefix=@prefix@
exec_prefix=@exec_prefix@ exec_prefix=@exec_prefix@
sbindir=@sbindir@ sbindir=@sbindir@
bindir=@bindir@
sysconfdir=@sysconfdir@ sysconfdir=@sysconfdir@
localstatedir=@localstatedir@ localstatedir=@localstatedir@
DAEMON=$sbindir/icinga2 DAEMON=$bindir/icinga2
ICINGA2_CONFIG_FILE=$sysconfdir/icinga2/icinga2.conf ICINGA2_CONFIG_FILE=$sysconfdir/icinga2/icinga2.conf
ICINGA2_PID_FILE=$localstatedir/run/icinga2/icinga2.pid ICINGA2_PID_FILE=$localstatedir/run/icinga2/icinga2.pid
ICINGA2_ERROR_LOG=$localstatedir/log/icinga2/error.log ICINGA2_ERROR_LOG=$localstatedir/log/icinga2/error.log

View File

@ -1,6 +1,6 @@
## Process this file with automake to produce Makefile.in ## Process this file with automake to produce Makefile.in
sbin_PROGRAMS = \ bin_PROGRAMS = \
icinga2 icinga2
icinga2_SOURCES = \ icinga2_SOURCES = \