From 363b871e23ef2d3823e39d36271fc121c96621bf Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 24 Aug 2011 09:37:11 +0200 Subject: [PATCH] xbps-src: use HTTP mirror for mozilla sites. --- xbps-src/common/fetch_sites.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xbps-src/common/fetch_sites.sh b/xbps-src/common/fetch_sites.sh index 294cea67dd4..5485e306cae 100644 --- a/xbps-src/common/fetch_sites.sh +++ b/xbps-src/common/fetch_sites.sh @@ -11,7 +11,7 @@ DEBIAN_SITE="http://ftp.debian.org/debian/pool" GNOME_SITE="http://ftp.gnome.org/pub/GNOME/sources" KERNEL_SITE="http://www.kernel.org/pub/linux" CPAN_SITE="http://cpan.perl.org/modules/by-module" -MOZILLA_SITE="ftp://ftp.mozilla.org/pub/mozilla.org" +MOZILLA_SITE="http://ftp.mozilla.org/pub/mozilla.org" GNU_SITE="http://mirrors.kernel.org/gnu" FREEDESKTOP_SITE="http://freedesktop.org/software"