summaryrefslogtreecommitdiffstats
path: root/macros.pear
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-04-10 09:14:51 +0200
committerRemi Collet <fedora@famillecollet.com>2014-04-10 09:14:51 +0200
commit9da073994d97ad4a7c584dfd89c9be9464b95478 (patch)
treed8fcd940937a2931474151ea5dba5197f5a3f831 /macros.pear
parentec4e4f60837cfebd2b4755799533a854bae75eaa (diff)
php-pear: sync with rawhide
Diffstat (limited to 'macros.pear')
-rw-r--r--macros.pear8
1 files changed, 4 insertions, 4 deletions
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: