diff options
author | dsmith <dsmith> | 2007-02-28 15:10:26 +0000 |
---|---|---|
committer | dsmith <dsmith> | 2007-02-28 15:10:26 +0000 |
commit | 906cf40a75fa53baa46abe1e4996e3ddd3925692 (patch) | |
tree | e463e54dd76d29c1cef4e40ce6d0eb365aa6136e /systemtap.spec.in | |
parent | dedfb0242424555ee4309df0c0623a7f7ca84ab5 (diff) | |
download | systemtap-steved-906cf40a75fa53baa46abe1e4996e3ddd3925692.tar.gz systemtap-steved-906cf40a75fa53baa46abe1e4996e3ddd3925692.tar.xz systemtap-steved-906cf40a75fa53baa46abe1e4996e3ddd3925692.zip |
2007-02-28 David Smith <dsmith@redhat.com>
* systemtap.spec.in: Fixed %{_libexecdir}/systemtap path in
systemtap-runtime %files section.
Diffstat (limited to 'systemtap.spec.in')
-rw-r--r-- | systemtap.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/systemtap.spec.in b/systemtap.spec.in index 0faa8dd4..a4e85730 100644 --- a/systemtap.spec.in +++ b/systemtap.spec.in @@ -140,7 +140,7 @@ rm -rf ${RPM_BUILD_ROOT} %files runtime %defattr(-,root,root) %{_bindir}/staprun -%{_libexecdir}/stp_check +%{_libexecdir}/systemtap %{_mandir}/man8/* %doc README AUTHORS NEWS COPYING |