From 27cdaf25d50d01b586759be8075e87f7a411a06b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 14 Sep 2024 08:11:00 +0200 Subject: use %make_install --- php-pecl-xpass.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php-pecl-xpass.spec b/php-pecl-xpass.spec index 8d04a2c..2aec6e6 100644 --- a/php-pecl-xpass.spec +++ b/php-pecl-xpass.spec @@ -85,7 +85,7 @@ cd %{sources} --enable-xpass \ --with-libdir=%{_lib} \ --with-php-config=%{__phpconfig} -make %{?_smp_mflags} +%make_build %install -- cgit