]> granicus.if.org Git - php/commitdiff
* whip script files where they belong
authorStig Bakken <ssb@php.net>
Fri, 4 Apr 2003 00:25:32 +0000 (00:25 +0000)
committerStig Bakken <ssb@php.net>
Fri, 4 Apr 2003 00:25:32 +0000 (00:25 +0000)
pear/package-PEAR.xml

index 8db6d462b079c8822000d3c13f25988f41285999..f6cca6b9f3434ef91dcebcf32d67170ce18ac322 100644 (file)
@@ -93,19 +93,19 @@ PEAR INSTALLER:
       <dir name="OS">
         <file role="php" name="Guess.php"/>
       </dir>
-      <dir name="scripts">
-        <file baseinstalldir="/" role="script" install-as="pear" name="pear.sh">
+      <dir name="scripts" baseinstalldir="/">
+        <file role="script" install-as="pear" name="pear.sh">
           <replace from="@php_bin@" to="php_bin" type="pear-config"/>
           <replace from="@php_dir@" to="php_dir" type="pear-config"/>
           <replace from="@pear_version@" to="version" type="package-info"/>
           <replace from="@include_path@" to="php_dir" type="pear-config"/>
         </file>
-        <file baseinstalldir="/" role="script" platform="windows" name="pear.bat">
+        <file 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>
-        <file baseinstalldir="/" role="php" name="pearcmd.php">
+        <file role="php" install-as="pearcmd.php" name="pearcmd.php">
           <replace from="@php_bin@" to="php_bin" type="pear-config"/>
           <replace from="@php_dir@" to="php_dir" type="pear-config"/>
           <replace from="@pear_version@" to="version" type="package-info"/>