diff options
author | Remi Collet <remi@remirepo.net> | 2024-09-16 07:55:49 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-09-16 07:55:49 +0200 |
commit | 24ff59a3ee1723b7db57b04ba778adbf57e882b4 (patch) | |
tree | 07a919eaf14f36332235b3802063bb5a0435b93d | |
parent | 27cdaf25d50d01b586759be8075e87f7a411a06b (diff) |
use %make_install
-rw-r--r-- | php-pecl-xpass.spec | 3 |
1 files changed, 2 insertions, 1 deletions
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} |