]> granicus.if.org Git - php/commitdiff
Install the pear command under the bin_dir setting intead of the fixed
authorTomas V.V.Cox <cox@php.net>
Sun, 16 Jun 2002 14:30:14 +0000 (14:30 +0000)
committerTomas V.V.Cox <cox@php.net>
Sun, 16 Jun 2002 14:30:14 +0000 (14:30 +0000)
PHP_BINDIR

pear/package-PEAR.xml

index 591a6965ee906a64185f622b08bab3cd738f579c..416e72ee37871de75ead80b5057bfc571e789aff 100644 (file)
@@ -72,7 +72,7 @@
       </dir>
       <dir name="scripts">
         <file baseinstalldir="/" role="script" install-as="pear" name="pear.in">
-          <replace from="@prefix@/bin" to="PHP_BINDIR" type="php-const"/>
+          <replace from="@prefix@/bin" to="bin_dir" type="pear-config"/>
           <replace from="@pear_version@" to="version" type="package-info"/>
           <replace from="@include_path@" to="php_dir" type="pear-config"/>
         </file>