From 6fae333048d0ef2b95f52c8113143c79e10c4e50 Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Tue, 13 May 2014 19:38:53 +0200 Subject: [PATCH] spec: Fix enabled module symlink Refs #4075 --- icingaweb2.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icingaweb2.spec b/icingaweb2.spec index 72e5bddba..e66046a9f 100644 --- a/icingaweb2.spec +++ b/icingaweb2.spec @@ -166,7 +166,7 @@ install -m0644 packages/rhel/usr/share/icingaweb/public/.htaccess %{buildroot}/% sed -i 's/icinga2/icinga/g' %{buildroot}/%{_sysconfdir}/icingaweb/resources.ini # enable the monitoring module by default -ln -s %{_sysconfdir}/icingaweb/modules/monitoring %{buildroot}/%{_sysconfdir}/icingaweb/enabledModules/monitoring +ln -s %{sharedir}/modules/monitoring %{buildroot}/%{_sysconfdir}/icingaweb/enabledModules/monitoring # install icingacli install -D -m0755 bin/icingacli %{buildroot}/usr/bin/icingacli