From 8666249163c67df996afed291d03cfa842a6a3de Mon Sep 17 00:00:00 2001 From: str1ngs Date: Fri, 1 Jul 2011 16:35:01 -0700 Subject: [PATCH] xbps-src: add HOME section to fetch_sites.sh --- xbps-src/common/fetch_sites.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/xbps-src/common/fetch_sites.sh b/xbps-src/common/fetch_sites.sh index e4aa2b8f380..5feb522d912 100644 --- a/xbps-src/common/fetch_sites.sh +++ b/xbps-src/common/fetch_sites.sh @@ -2,6 +2,7 @@ # HTTP/FTP vars that can be used by templates. # +# SITE used for ditfiles mirrors SOURCEFORGE_SITE="http://downloads.sourceforge.net/sourceforge" NONGNU_SITE="http://download.savannah.nongnu.org/releases" UBUNTU_SITE="http://archive.ubuntu.com/ubuntu/pool" @@ -12,3 +13,8 @@ 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" GNU_SITE="http://mirrors.kernel.org/gnu" + + +# repetative sub homepage's with no real project page +# ie. some gnome and xorg projects +XORG_HOME="http://xorg.freedesktop.org/wiki/"