From 906cf40a75fa53baa46abe1e4996e3ddd3925692 Mon Sep 17 00:00:00 2001 From: dsmith Date: Wed, 28 Feb 2007 15:10:26 +0000 Subject: 2007-02-28 David Smith * systemtap.spec.in: Fixed %{_libexecdir}/systemtap path in systemtap-runtime %files section. --- systemtap.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'systemtap.spec.in') 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 -- cgit