diff options
author | Dave Brolley <brolley@brolley-t60.(none)> | 2010-03-08 15:46:55 -0500 |
---|---|---|
committer | Dave Brolley <brolley@brolley-t60.(none)> | 2010-03-08 15:46:55 -0500 |
commit | 15f1dd6f3a95d9db007192730903a85b875d172f (patch) | |
tree | 9837b3a3428bb67861320a89a9ef6e849eeba95f | |
parent | 2648a9b4b8c6d513c7950a5cf309b4305f0cb494 (diff) | |
download | systemtap-steved-15f1dd6f3a95d9db007192730903a85b875d172f.tar.gz systemtap-steved-15f1dd6f3a95d9db007192730903a85b875d172f.tar.xz systemtap-steved-15f1dd6f3a95d9db007192730903a85b875d172f.zip |
typo 7754 -> 775
-rw-r--r-- | systemtap.spec | 2 |
1 files changed, 1 insertions, 1 deletions
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) |