From 3a0776965acff97b693bb0e6bc0871625f97bcd9 Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Fri, 11 Apr 2008 21:57:19 +0000 Subject: [PATCH] Update url for go-pear --- win32/build/mkdist.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win32/build/mkdist.php b/win32/build/mkdist.php index 546af8b0f2..a2d1e92803 100644 --- a/win32/build/mkdist.php +++ b/win32/build/mkdist.php @@ -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"; -- 2.50.1