From 0f9f1507cc4aab2321ff259a780ebb715ca280dc Mon Sep 17 00:00:00 2001 From: dsmith Date: Mon, 26 Feb 2007 19:29:47 +0000 Subject: 2007-02-26 David Smith * Makefile.am: Added 'update-examples' target that fixes paths in the example code we ship in the rpm. * Makefile.in: Regenerated from Makefile.am. * systemtap.spec.in: Calls "make update-examples" target to fix the path to systemtap in the example scripts. --- systemtap.spec.in | 1 + 1 file changed, 1 insertion(+) (limited to 'systemtap.spec.in') diff --git a/systemtap.spec.in b/systemtap.spec.in index e5f968e2..d5a6efcf 100644 --- a/systemtap.spec.in +++ b/systemtap.spec.in @@ -103,6 +103,7 @@ cd .. %configure %{?elfutils_config} make %{?_smp_mflags} +make update-examples %install rm -rf ${RPM_BUILD_ROOT} -- cgit