diff --git a/authselect.spec b/authselect.spec index 9e169ae..796f74c 100644 --- a/authselect.spec +++ b/authselect.spec @@ -77,11 +77,10 @@ you develop a front-end for the authselect library. %build autoreconf -if %configure - -make %{?_smp_mflags} +%make_build %install -make install DESTDIR=$RPM_BUILD_ROOT +%make_install # Remove .la and .a files created by libtool find $RPM_BUILD_ROOT -name "*.la" -exec rm -f {} \;