From 4bfd40c1884c28438e76bf3c98a65ebbd1e63276 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Tue, 20 Feb 2018 14:28:19 +0100 Subject: [PATCH] use %make_build/%make_install Signed-off-by: Igor Gnatenko --- authselect.spec | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 {} \;