]> git.pld-linux.org Git - packages/collectd.git/commitdiff
- make collection3 files executable. More work needed
authorPaweł Gołaszewski <blues@pld-linux.org>
Fri, 21 Oct 2011 18:12:55 +0000 (18:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    collectd.spec -> 1.109

collectd.spec

index 9e9e0499ddb0ef49b4372822d929bc3a8b100fdc..40d6e6a71c88a463715323f9fb98b9242afd7e62 100644 (file)
@@ -1469,7 +1469,11 @@ fi
 
 %files collection3
 %defattr(644,root,root,755)
-%{_appdir}/collection3
+%dir %{_appdir}/collection3
+%dir %{_appdir}/collection3/bin
+%attr(755,root,root) %{_appdir}/collection3/bin/*.cgi
+%{_appdir}/collection3/lib
+%{_appdir}/collection3/share
 
 ########## PLUGINS:
 %if %{with xml}
This page took 0.031643 seconds and 4 git commands to generate.