From abf017bf13a557e81bd7a7dc1203cee994868da9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pawe=C5=82=20Go=C5=82aszewski?= Date: Fri, 21 Oct 2011 18:12:55 +0000 Subject: [PATCH] - make collection3 files executable. More work needed Changed files: collectd.spec -> 1.109 --- collectd.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/collectd.spec b/collectd.spec index 9e9e049..40d6e6a 100644 --- a/collectd.spec +++ b/collectd.spec @@ -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} -- 2.43.0