summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStig Bakken <ssb@php.net>2002-04-09 18:50:54 +0000
committerStig Bakken <ssb@php.net>2002-04-09 18:50:54 +0000
commit28452d5dc0f7bf485c668c895c5fa02e3d3323bf (patch)
tree754e135f884b2c58328b5bb3e1a73884598bffaf
parent704713caf8d51f53d7393a93516add6446b76f56 (diff)
downloadphp-git-28452d5dc0f7bf485c668c895c5fa02e3d3323bf.tar.gz
* drop file replace= attribute
-rw-r--r--pear/package-pear.xml4
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>