From 9da073994d97ad4a7c584dfd89c9be9464b95478 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 10 Apr 2014 09:14:51 +0200 Subject: php-pear: sync with rawhide --- macros.pear | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'macros.pear') diff --git a/macros.pear b/macros.pear index 5862d80..471c28d 100644 --- a/macros.pear +++ b/macros.pear @@ -1,8 +1,8 @@ # # Define full path to pear/pecl commands to be used in scriptlets: # -%__pear %{_bindir}/pear -%__pecl %{_bindir}/pecl +%__pear @BINDIR@/pear +%__pecl @BINDIR@/pecl # # Define PEAR directories used in php-pear-* spec files @@ -26,8 +26,8 @@ # # Define XML directories to store package registration information: # -%pear_xmldir %{_localstatedir}/lib/pear/pkgxml -%pecl_xmldir %{_localstatedir}/lib/pear/pkgxml +%pear_xmldir @LIBDIR@/pear/pkgxml +%pecl_xmldir @LIBDIR@/pear/pkgxml # # Define macros to be used in scriplets for php-pecl-* spec files: -- cgit