From 24ff59a3ee1723b7db57b04ba778adbf57e882b4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 16 Sep 2024 07:55:49 +0200 Subject: use %make_install --- php-pecl-xpass.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'php-pecl-xpass.spec') diff --git a/php-pecl-xpass.spec b/php-pecl-xpass.spec index 2aec6e6..74848ad 100644 --- a/php-pecl-xpass.spec +++ b/php-pecl-xpass.spec @@ -85,11 +85,12 @@ cd %{sources} --enable-xpass \ --with-libdir=%{_lib} \ --with-php-config=%{__phpconfig} + %make_build %install -make -C %{sources} install INSTALL_ROOT=%{buildroot} +%make_install -C %{sources} INSTALL_ROOT=%{buildroot} # install config file install -D -m 644 %{ini_name} %{buildroot}%{php_inidir}/%{ini_name} -- cgit