]> sourceware.org Git - systemtap.git/commitdiff
Fix typo on command to create /usr/share/systemtap/runtime/uprobes.
authorDave Brolley <brolley@redhat.com>
Fri, 20 Nov 2009 19:38:18 +0000 (14:38 -0500)
committerDave Brolley <brolley@redhat.com>
Fri, 20 Nov 2009 19:38:18 +0000 (14:38 -0500)
systemtap.spec

index c9ffe9b18b2cc27c9dcef9d7929bd28b2f0c5899..a306c88a3faa32a935fc4ec0a6d2db5958b35755 100644 (file)
@@ -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
This page took 0.030389 seconds and 5 git commands to generate.