From 7983ecb73385b9f33b3ed0c47d0e16e967078279 Mon Sep 17 00:00:00 2001 From: Dave Brolley Date: Fri, 20 Nov 2009 14:38:18 -0500 Subject: Fix typo on command to create /usr/share/systemtap/runtime/uprobes. --- systemtap.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'systemtap.spec') diff --git a/systemtap.spec b/systemtap.spec index c9ffe9b1..a306c88a 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -312,7 +312,7 @@ chmod 664 %{_localstatedir}/log/stap-server.log chown stap-server %{_localstatedir}/log/stap-server.log chgrp stap-server %{_localstatedir}/log/stap-server.log # Make sure that the uprobes module can be built by the server -test -e /usr/share/systemtap/runtime/uprobes ] || mkdir -p /usr/share/systemtap/runtime/uprobes +test -e /usr/share/systemtap/runtime/uprobes || mkdir -p /usr/share/systemtap/runtime/uprobes chgrp stap-server /usr/share/systemtap/runtime/uprobes chmod 775 /usr/share/systemtap/runtime/uprobes # Activate the service -- cgit