From 15f1dd6f3a95d9db007192730903a85b875d172f Mon Sep 17 00:00:00 2001 From: Dave Brolley Date: Mon, 8 Mar 2010 15:46:55 -0500 Subject: typo 7754 -> 775 --- systemtap.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systemtap.spec b/systemtap.spec index eb55145a..c4b694ed 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -424,7 +424,7 @@ exit 0 %endif # Make sure that the uprobes module can be built by root and by the server -%attr(07754,root,stap-server) %{_datadir}/%{name}/runtime/uprobes +%attr(0775,root,stap-server) %{_datadir}/%{name}/runtime/uprobes %files runtime %defattr(-,root,root) -- cgit