summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Brolley <brolley@redhat.com>2009-11-20 14:38:18 -0500
committerDave Brolley <brolley@redhat.com>2009-11-20 14:38:18 -0500
commit7983ecb73385b9f33b3ed0c47d0e16e967078279 (patch)
tree5283b45b4717f8aac1bb4444538db5d04050666d
parent03301bc3e9401ad8614548c2c2e7180e8b782e3c (diff)
downloadsystemtap-steved-7983ecb73385b9f33b3ed0c47d0e16e967078279.tar.gz
systemtap-steved-7983ecb73385b9f33b3ed0c47d0e16e967078279.tar.xz
systemtap-steved-7983ecb73385b9f33b3ed0c47d0e16e967078279.zip
Fix typo on command to create /usr/share/systemtap/runtime/uprobes.
-rw-r--r--systemtap.spec2
1 files changed, 1 insertions, 1 deletions
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