Commit 324e2f85 authored by Daniel Henninger's avatar Daniel Henninger Committed by dhenninger

[JM-1248] Fixed improper specification of homedir attr.


git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@9783 b35dd754-fafc-0310-a699-88a17e54d16e
parent ac272f7d
...@@ -99,7 +99,7 @@ exit 0 ...@@ -99,7 +99,7 @@ exit 0
%files %files
%defattr(-,daemon,daemon) %defattr(-,daemon,daemon)
%attr(750, -, -) %dir %{homedir} %attr(750, daemon, daemon) %dir %{homedir}
%dir %{homedir}/bin %dir %{homedir}/bin
%{homedir}/bin/openfire.sh %{homedir}/bin/openfire.sh
%{homedir}/bin/openfirectl %{homedir}/bin/openfirectl
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment