diff --git a/macros.pear b/macros.pear index bf613f7..3021c04 100644 --- a/macros.pear +++ b/macros.pear @@ -29,5 +29,5 @@ # # Define macros to be used in scriplets for php-pecl-* spec files: # -%define pecl_install %{__pecl} install --nodeps --soft --force --register-only --nobuild -%define pecl_uninstall %{__pecl} uninstall --nodeps --ignore-errors --register-only +%pecl_install %{__pecl} install --nodeps --soft --force --register-only --nobuild +%pecl_uninstall %{__pecl} uninstall --nodeps --ignore-errors --register-only