summaryrefslogtreecommitdiffstats
path: root/systemtap.spec
diff options
context:
space:
mode:
authorWilliam Cohen <wcohen@redhat.com>2010-03-12 14:00:38 -0500
committerWilliam Cohen <wcohen@redhat.com>2010-03-12 14:17:11 -0500
commitcd4d1d39af22d4a06ebe48209feb0b408c331887 (patch)
tree2099a74738cfd4b5a652f0b105ac0ba5e5084402 /systemtap.spec
parentfd1f88e7b9ce8524e0d9059cf0428a16ceda2552 (diff)
downloadsystemtap-steved-cd4d1d39af22d4a06ebe48209feb0b408c331887.tar.gz
systemtap-steved-cd4d1d39af22d4a06ebe48209feb0b408c331887.tar.xz
systemtap-steved-cd4d1d39af22d4a06ebe48209feb0b408c331887.zip
Make the stap-prep script available in the RPM.
Diffstat (limited to 'systemtap.spec')
-rw-r--r--systemtap.spec4
1 files changed, 4 insertions, 0 deletions
diff --git a/systemtap.spec b/systemtap.spec
index d29dac5f..670693cc 100644
--- a/systemtap.spec
+++ b/systemtap.spec
@@ -275,6 +275,9 @@ find examples testsuite -type f -name '*.stp' -print0 | xargs -0 sed -i -r -e '1
# permissions back to 04111 in the %files section below.
chmod 755 $RPM_BUILD_ROOT%{_bindir}/staprun
+#install the useful stap-prep script
+install -c -m 755 stap-prep $RPM_BUILD_ROOT%{_bindir}/stap-prep
+
# Copy over the testsuite
cp -rp testsuite $RPM_BUILD_ROOT%{_datadir}/systemtap
@@ -409,6 +412,7 @@ exit 0
%endif
%{_bindir}/stap
+%{_bindir}/stap-prep
%{_bindir}/stap-report
%{_mandir}/man1/*
%{_mandir}/man3/*