diff options
author | Remi Collet <remi@remirepo.net> | 2024-09-14 08:11:00 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-09-14 08:11:00 +0200 |
commit | 27cdaf25d50d01b586759be8075e87f7a411a06b (patch) | |
tree | 41fab7bd145b918ae35356c6654d62d8a0fda372 | |
parent | 63308c04d6183d37799c162eaac916a6948e5bdd (diff) |
use %make_install
-rw-r--r-- | php-pecl-xpass.spec | 2 |
1 files changed, 1 insertions, 1 deletions
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 |