From ca5593eb66503288a2d8e26d9421650a36efb1d1 Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Wed, 26 Sep 2012 09:56:28 +0200 Subject: [PATCH] Install icinga2 binary in $PREFIX/sbin rather than $PREFIX/bin. --- icinga-app/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icinga-app/Makefile.am b/icinga-app/Makefile.am index 9495c6d35..6730de81e 100644 --- a/icinga-app/Makefile.am +++ b/icinga-app/Makefile.am @@ -3,7 +3,7 @@ SUBDIRS = \ config -bin_PROGRAMS = \ +sbin_PROGRAMS = \ icinga2 icinga2_SOURCES = \