]> git.pld-linux.org Git - packages/rpm-build-macros.git/commitdiff
- hardcode pearcmd path, to allow %php_pear_dir redefine at spec
authorElan Ruusamäe <glen@pld-linux.org>
Sat, 11 Feb 2012 11:41:14 +0000 (11:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm.macros -> 1.643

rpm.macros

index 9fd44b6a57076751bcac7110802fac74bd500726..8240da215cb6aa45495b1184b52c2f9394174728 100644 (file)
@@ -1475,7 +1475,7 @@ fi \
 
 # Command invoking PEAR CLI
 # Same as /usr/bin/pear, except we force GMT timezone
-%__pear        %__php -doutput_buffering=1 -dopen_basedir="" -dmemory_limit=-1 -ddate.timezone=GMT %{php_pear_dir}/pearcmd.php
+%__pear        %__php -doutput_buffering=1 -dopen_basedir="" -dmemory_limit=-1 -ddate.timezone=GMT /usr/share/pear/pearcmd.php
 
 %pear_install(a:d:n:zD) \
 %__pear \\\
This page took 0.044383 seconds and 4 git commands to generate.