update macros.pear : without define

This commit is contained in:
Remi Collet 2007-07-16 17:00:49 +00:00
parent 5bb29cad26
commit 6b2bc451b2

View File

@ -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