From 6b2bc451b2c3700110743b73effd1894a05c6e52 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 16 Jul 2007 17:00:49 +0000 Subject: [PATCH] update macros.pear : without define --- macros.pear | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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