From e62d2a01f7f7be5bdd35b71e969d6d4b8d783f06 Mon Sep 17 00:00:00 2001 From: roland Date: Tue, 2 Aug 2005 21:23:58 +0000 Subject: 2005-08-02 Roland McGrath * systemtap.spec.in (%install): Remove parameters after %makeinstall. --- systemtap.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systemtap.spec.in b/systemtap.spec.in index 9b06cf8c..4b9360d2 100644 --- a/systemtap.spec.in +++ b/systemtap.spec.in @@ -90,7 +90,7 @@ make docs %install rm -rf ${RPM_BUILD_ROOT} -%makeinstall libexecdir=${RPM_BUILD_ROOT}%{_libexecdir}/systemtap +%makeinstall %if %{bundled_elfutils} installed_elfutils=${RPM_BUILD_ROOT}%{_libdir}/%{name} -- cgit