summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Cohen <wcohen@redhat.com>2010-03-12 13:57:56 -0500
committerWilliam Cohen <wcohen@redhat.com>2010-03-12 14:17:11 -0500
commitfd1f88e7b9ce8524e0d9059cf0428a16ceda2552 (patch)
treeaa15a330d1e83ad214660ef4a5420166f19f584f
parentb130d502990fc411ad1bf949f920eaff2081b0df (diff)
downloadsystemtap-steved-fd1f88e7b9ce8524e0d9059cf0428a16ceda2552.tar.gz
systemtap-steved-fd1f88e7b9ce8524e0d9059cf0428a16ceda2552.tar.xz
systemtap-steved-fd1f88e7b9ce8524e0d9059cf0428a16ceda2552.zip
Revert "Make stap-prep script available in the RPM"
This reverts commit da3dfc346ff926f0f1bdd2872fe4f5f8e920953a.
-rwxr-xr-xdoc/SystemTap_Beginners_Guide/en-US/extras/stapprep.sh (renamed from stap-prep)0
-rw-r--r--systemtap.spec4
2 files changed, 0 insertions, 4 deletions
diff --git a/stap-prep b/doc/SystemTap_Beginners_Guide/en-US/extras/stapprep.sh
index 3c6bf785..3c6bf785 100755
--- a/stap-prep
+++ b/doc/SystemTap_Beginners_Guide/en-US/extras/stapprep.sh
diff --git a/systemtap.spec b/systemtap.spec
index 6725d91d..d29dac5f 100644
--- a/systemtap.spec
+++ b/systemtap.spec
@@ -275,9 +275,6 @@ 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/usr/bin/stap-prep
-
# Copy over the testsuite
cp -rp testsuite $RPM_BUILD_ROOT%{_datadir}/systemtap
@@ -413,7 +410,6 @@ exit 0
%{_bindir}/stap
%{_bindir}/stap-report
-%{_bindir}/stap-prep
%{_mandir}/man1/*
%{_mandir}/man3/*