diff options
Diffstat (limited to 'systemtap.spec')
-rw-r--r-- | systemtap.spec | 2 |
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. |