Fix path for the Apache config file in the spec file
This commit is contained in:
parent
95b3d41b12
commit
d888bf043c
|
@ -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}
|
||||||
|
|
Loading…
Reference in New Issue