]> granicus.if.org Git - php/commitdiff
MFH: Update URL for go-pear
authorHannes Magnusson <bjori@php.net>
Fri, 11 Apr 2008 21:57:58 +0000 (21:57 +0000)
committerHannes Magnusson <bjori@php.net>
Fri, 11 Apr 2008 21:57:58 +0000 (21:57 +0000)
win32/build/mkdist.php

index 546af8b0f23e06a131be8907c7b92eea4c99efc0..a2d1e92803512d181c5ac2e70ceaeb379a29e170 100644 (file)
@@ -344,7 +344,7 @@ if (!$use_pear_template) {
 
        /* grab the bootstrap script */
        echo "Downloading go-pear\n";
-       copy("http://go-pear.org/", "$dist_dir/PEAR/go-pear.php");
+       copy("http://pear.php.net/go-pear", "$dist_dir/PEAR/go-pear.php");
 
        /* import the package list -- sets $packages variable */
        include "pear/go-pear-list.php";