From 43a03765d0b6f03f2af8f45424e67a7f90d028c0 Mon Sep 17 00:00:00 2001 From: Dave Brolley Date: Mon, 21 Dec 2009 11:49:52 -0500 Subject: Install %{libexecdir}/%{name}/stapio explicitely. --- systemtap.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/systemtap.spec b/systemtap.spec index 45336b52..2494f516 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -407,6 +407,7 @@ exit 0 %attr(4111,root,root) %{_bindir}/staprun %{_bindir}/stap-report %{_bindir}/stap-authorize-signing-cert +%{_libexecdir}/%{name}/stapio %{_libexecdir}/%{name}/stap-env %{_libexecdir}/%{name}/stap-authorize-cert %{_mandir}/man8/staprun.8* -- cgit