Skip to content

Commit

Permalink
Fix path for the Apache config file in the spec file
Browse files Browse the repository at this point in the history
  • Loading branch information
gunnarbeutner committed Nov 20, 2014
1 parent 95b3d41 commit d888bf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion icingaweb2.spec
Expand Up @@ -167,7 +167,7 @@ Icinga Web 2 PHP Libraries required by the web frontend and cli tool.
# prepare configuration for sub packages

# 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
%{__mkdir} -p %{buildroot}/%{sharedir}
Expand Down

0 comments on commit d888bf0

Please sign in to comment.