From 98fd9942abbc7503fc9f1885e58b88887daa6e73 Mon Sep 17 00:00:00 2001 From: "Brian J. Murrell" Date: Wed, 16 Dec 2009 15:03:07 -0500 Subject: [PATCH] b=21527 Use %configure in the RPM SPEC file use the %configure macro defined by the RPM installation so that the vendor's filesystem hierarchy preferences are observered i=wangyb i=yangsheng --- lustre.spec.in | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/lustre.spec.in b/lustre.spec.in index 30fdce8..2b1903f 100644 --- a/lustre.spec.in +++ b/lustre.spec.in @@ -106,10 +106,7 @@ rm -rf $RPM_BUILD_ROOT # Set an explicit path to our Linux tree, if we can. cd $RPM_BUILD_DIR/lustre-%{version} -./configure @ac_configure_args@ %{?configure_flags:configure_flags} \ - --sysconfdir=%{_sysconfdir} \ - --mandir=%{_mandir} \ - --libdir=%{_libdir} +%configure @ac_configure_args@ %{?configure_flags:configure_flags} make -j $RPM_BUILD_NCPUS -s %install -- 1.8.3.1