diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | systemtap.spec | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,5 +1,10 @@ 2008-08-08 Mark Wielaard <mwielaard@redhat.com> + * systemtap.spec: Disable chmodding of samples/kmalloc-top. + It is currently not installed. + +2008-08-08 Mark Wielaard <mwielaard@redhat.com> + * Makefile.am (all-local): Depend on example_index, which now doesn't generate anything in $srcdir anymore, only $builddir. (EXAMPLE_SOURCE_DIR): New var. 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. |