From 2a4b42eb739e6dd9db1588712d8ca5b89b4ecbe0 Mon Sep 17 00:00:00 2001 From: dsmith Date: Mon, 26 Feb 2007 20:41:58 +0000 Subject: 2007-02-26 David Smith * Makefile.am: Removed 'update-examples' target. Moved functionality to systemtap.spec.in. * Makefile.in: Regenerated from Makefile.am. * systemtap.spec.in: Fixes paths in the example scripts directly. --- systemtap.spec.in | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'systemtap.spec.in') diff --git a/systemtap.spec.in b/systemtap.spec.in index d5a6efcf..789fe25d 100644 --- a/systemtap.spec.in +++ b/systemtap.spec.in @@ -103,7 +103,9 @@ cd .. %configure %{?elfutils_config} make %{?_smp_mflags} -make update-examples + +# Fix paths in the example scripts +find examples -type f -name '*.stp' -print0 | xargs -0 sed -i -r -e '1s@^#!.+stap@#!%{_bindir}/stap@' %install rm -rf ${RPM_BUILD_ROOT} @@ -145,6 +147,9 @@ rm -rf ${RPM_BUILD_ROOT} %{_bindir}/staprun %changelog +* Mon Feb 26 2007 David Smith - 0.5.13-1 +- Fixes systemtap path in example scripts. + * Mon Jan 1 2007 Frank Ch. Eigler - 0.5.12-1 - Many changes, see NEWS file. -- cgit