diff options
author | Stig Bakken <ssb@php.net> | 2003-02-04 22:46:40 +0000 |
---|---|---|
committer | Stig Bakken <ssb@php.net> | 2003-02-04 22:46:40 +0000 |
commit | fdd9735359a623f10deba02fc411862d027e1dbb (patch) | |
tree | a4e5dcbd77d922d556b48ade406f4bc9c3378df3 /pear | |
parent | 8603feb6facaf72f94a719f111cfe9a6d15c8b6a (diff) | |
download | php-git-fdd9735359a623f10deba02fc411862d027e1dbb.tar.gz |
* replace @bin_dir@ in pear.bat
Diffstat (limited to 'pear')
-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> |