summaryrefslogtreecommitdiffstats
path: root/netdata.spec.in
diff options
context:
space:
mode:
authorsketch242 <github@rednsx.org>2016-04-28 09:20:22 -0500
committersketch242 <github@rednsx.org>2016-04-28 09:20:22 -0500
commit5ca8b98c3627fde810c66e4c48f2650e90eb4638 (patch)
tree7c2fd3375c131ef732b72a8d3c4015320b4c0cf0 /netdata.spec.in
parent06e835d299a7e81946fd2190087804f5d9923410 (diff)
Update netdata.spec.in
Fix reversal of dir and file modes web dir which resulted in nonfunctional permissions.
Diffstat (limited to 'netdata.spec.in')
-rw-r--r--netdata.spec.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/netdata.spec.in b/netdata.spec.in
index 7d63650ec8..bb0f18df2e 100644
--- a/netdata.spec.in
+++ b/netdata.spec.in
@@ -96,7 +96,7 @@ rm -rf $RPM_BUILD_ROOT
%dir %{_datadir}/%{name}
# override defattr for web files
-%defattr(755,root,netdata,644)
+%defattr(644,root,netdata,755)
%{_datadir}/%{name}/web
%changelog