diff options
-rw-r--r-- | pear/package-PEAR.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pear/package-PEAR.xml b/pear/package-PEAR.xml index 02635b71f9..fd7f71d27f 100644 --- a/pear/package-PEAR.xml +++ b/pear/package-PEAR.xml @@ -101,6 +101,7 @@ PEAR INSTALLER: <replace from="@include_path@" to="php_dir" type="pear-config"/> </file> <file baseinstalldir="/" role="script" platform="windows" install-as="pear.bat" name="pear.bat"> + <replace from='"@bin_dir@"' to="bin_dir" type="pear-config"/> <replace from='"@php_bin@"' to="php_bin" type="pear-config"/> <replace from='"@include_path@"' to="php_dir" type="pear-config"/> </file> |