summaryrefslogtreecommitdiffstats
path: root/systemtap.spec
diff options
context:
space:
mode:
authorMark Wielaard <mwielaard@redhat.com>2008-08-08 15:25:33 +0200
committerMark Wielaard <mwielaard@redhat.com>2008-08-08 15:25:33 +0200
commit164567d1f0c89310228e913c38a51c08e890f947 (patch)
tree94df345094dc20be01b3c5925dc49c17cf3ad2c3 /systemtap.spec
parent551a4f58263d6ce961658ba3b3d461c2f5046cb0 (diff)
downloadsystemtap-steved-164567d1f0c89310228e913c38a51c08e890f947.tar.gz
systemtap-steved-164567d1f0c89310228e913c38a51c08e890f947.tar.xz
systemtap-steved-164567d1f0c89310228e913c38a51c08e890f947.zip
Disable chmodding of samples/kmalloc-top in spec file since it isn't installed.
Diffstat (limited to 'systemtap.spec')
-rw-r--r--systemtap.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/systemtap.spec b/systemtap.spec
index e5bd22f5..6e6754c4 100644
--- a/systemtap.spec
+++ b/systemtap.spec
@@ -145,7 +145,7 @@ mv $RPM_BUILD_ROOT%{_datadir}/doc/systemtap/examples examples
find examples testsuite -type f -name '*.stp' -print0 | xargs -0 sed -i -r -e '1s@^#!.+stap@#!%{_bindir}/stap@'
# To avoid perl dependency, make perl sample script non-executable
-chmod -x examples/samples/kmalloc-top
+#chmod -x examples/samples/kmalloc-top
# Because "make install" may install staprun with mode 04111, the
# post-processing programs rpmbuild runs won't be able to read it.