Fix path for the Apache config file in the spec file

This commit is contained in:
Gunnar Beutner 2014-11-20 23:24:39 +01:00
parent 95b3d41b12
commit d888bf043c
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ Icinga Web 2 PHP Libraries required by the web frontend and cli tool.
# prepare configuration for sub packages # prepare configuration for sub packages
# install rhel apache config # install rhel apache config
install -D -m0644 packages/rpm/etc/httpd/conf.d/icingaweb.conf %{buildroot}/%{apacheconfdir}/icingaweb.conf install -D -m0644 packages/files/apache/icingaweb.conf %{buildroot}/%{apacheconfdir}/icingaweb.conf
# install public, library, modules # install public, library, modules
%{__mkdir} -p %{buildroot}/%{sharedir} %{__mkdir} -p %{buildroot}/%{sharedir}