]> arthur.barton.de Git - netdata.git/commitdiff
Update netdata.spec.in
authorsketch242 <github@rednsx.org>
Thu, 28 Apr 2016 14:20:22 +0000 (09:20 -0500)
committersketch242 <github@rednsx.org>
Thu, 28 Apr 2016 14:20:22 +0000 (09:20 -0500)
Fix reversal of dir and file modes web dir which resulted in nonfunctional permissions.

netdata.spec.in

index 7d63650ec8e0d547c4f57a2aeabaf6ccf8f0f0d9..bb0f18df2e7518b39693af3e49dff3dbb073cb80 100644 (file)
@@ -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