diff options
-rw-r--r-- | pear/package-pear.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pear/package-pear.xml b/pear/package-pear.xml index 90e27d542c..6b8c9fac5a 100644 --- a/pear/package-pear.xml +++ b/pear/package-pear.xml @@ -73,8 +73,8 @@ First package release. Commands implemented: <file role="php" name="Remote.php"/> </dir> <dir name="scripts"> - <file baseinstalldir="/" role="script" install-as="pear" name="pear.in" replace="yes"> - <replace from="@prefix@" to="PHP_PREFIX" type="php-const"/> + <file baseinstalldir="/" role="script" install-as="pear" name="pear.in"> + <replace from="@prefix@" to="PHP_PREFIX" type="pear-config"/> </file> </dir> </filelist> |