From 164567d1f0c89310228e913c38a51c08e890f947 Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Fri, 8 Aug 2008 15:25:33 +0200 Subject: Disable chmodding of samples/kmalloc-top in spec file since it isn't installed. --- ChangeLog | 5 +++++ systemtap.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 7e0d47a0..12683fa4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-08-08 Mark Wielaard + + * systemtap.spec: Disable chmodding of samples/kmalloc-top. + It is currently not installed. + 2008-08-08 Mark Wielaard * Makefile.am (all-local): Depend on example_index, which now 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. -- cgit