From 4b3afd52d492983e7789294b3bfaf3cc6e25ad80 Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Fri, 22 Aug 2014 15:39:03 +0200 Subject: [PATCH] Revert "Enforce /usr/lib as base for the cgi path on SUSE distributions" This reverts commit 96e23aa1c7c2ba51ec330a7ede4491aae5cf8706. fixes #6917 --- icinga2.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/icinga2.spec b/icinga2.spec index 09ec10d4a..34df2928b 100644 --- a/icinga2.spec +++ b/icinga2.spec @@ -221,7 +221,6 @@ CMAKE_OPTS="$CMAKE_OPTS -DBOOST_LIBRARYDIR=/usr/lib/boost141 \ CMAKE_OPTS="$CMAKE_OPTS -DICINGA2_PLUGINDIR=%{_libdir}/nagios/plugins" %else CMAKE_OPTS="$CMAKE_OPTS -DICINGA2_PLUGINDIR=%{_prefix}/lib/nagios/plugins" -sed -i "s|@CMAKE_INSTALL_FULL_LIBDIR@|/usr/lib|" etc/icinga/icinga-classic-apache.conf.cmake %endif %if 0%{?use_systemd}