From 2dc408207dad62b5c4fa35c187b9c5c4805b9248 Mon Sep 17 00:00:00 2001 From: hunt Date: Wed, 27 Jul 2005 05:48:11 +0000 Subject: 2005-07-26 Martin Hunt * Makefile.am (stpd_LDFLAGS): Set rpath correclty because otherwise automake doesn't seem to get it right when binaries are in libexec subdirs. (AM_CPPFLAGS): revert. * systemtap.spec.in (LDFLAGS): Set libexecdir here instead. --- systemtap.spec.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'systemtap.spec.in') diff --git a/systemtap.spec.in b/systemtap.spec.in index 58fa628c..c3f59428 100644 --- a/systemtap.spec.in +++ b/systemtap.spec.in @@ -89,7 +89,8 @@ make docs %install rm -rf ${RPM_BUILD_ROOT} -make DESTDIR=${RPM_BUILD_ROOT} install + +%makeinstall libexecdir=${RPM_BUILD_ROOT}%{_libexecdir}/systemtap %if %{bundled_elfutils} installed_elfutils=${RPM_BUILD_ROOT}%{_libdir}/%{name} -- cgit