diff options
author | dsmith <dsmith> | 2007-02-26 19:29:47 +0000 |
---|---|---|
committer | dsmith <dsmith> | 2007-02-26 19:29:47 +0000 |
commit | 0f9f1507cc4aab2321ff259a780ebb715ca280dc (patch) | |
tree | 2a4dc3f875cbad93a94a218452abbf1b12d57703 /systemtap.spec.in | |
parent | 45c6f4cc211caea36fb1cd4c244ef267b57de229 (diff) | |
download | systemtap-steved-0f9f1507cc4aab2321ff259a780ebb715ca280dc.tar.gz systemtap-steved-0f9f1507cc4aab2321ff259a780ebb715ca280dc.tar.xz systemtap-steved-0f9f1507cc4aab2321ff259a780ebb715ca280dc.zip |
2007-02-26 David Smith <dsmith@redhat.com>
* 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.
Diffstat (limited to 'systemtap.spec.in')
-rw-r--r-- | systemtap.spec.in | 1 |
1 files changed, 1 insertions, 0 deletions
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} |