Skip to content

Commit

Permalink
Merge pull request #20 from kvishnivetsky/master
Browse files Browse the repository at this point in the history
Configuration is deployable via ansible mass deployment
  • Loading branch information
adubovikov committed Aug 10, 2015
2 parents b5f6f25 + eee3923 commit 77344ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions homer-ui.spec.in
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Definitions
%define debug_package %{nil}
%if %{_vendor} == suse
%define webroot %{_prefix}/srv/%name/htdocs
%define webroot %{_prefix}/srv/sipcapture/htdocs
%else # CentOS/Fedora
%define webroot %{_localstatedir}/www/%name
%define webroot %{_localstatedir}/www/sipcapture/htdocs
%define webuser apache
%define webgroup apache
%endif
Expand Down

0 comments on commit 77344ef

Please sign in to comment.