# HG changeset patch # User Alan Coopersmith # Date 1148691026 25200 # Node ID 0a3631075cbaebe63c7cfe21510ab49221971d3c # Parent f9bb066edfe094244fb34a939881971f477cfec7 Change X.Org downloads to fetch from ftp.x.org instead of freedesktop.org diff -r f9bb066edfe0 -r 0a3631075cba download-tarballs --- a/download-tarballs Mon May 15 18:27:10 2006 -0700 +++ b/download-tarballs Fri May 26 17:50:26 2006 -0700 @@ -73,9 +73,9 @@ fi cd tarballs if [ ! -f X11R6.9.0-src.tar.bz2 ] ; then - $WGET http://xorg.freedesktop.org/releases/X11R6.9.0/src-single/X11R6.9.0-src.tar.bz2 + $WGET http://ftp.x.org/pub/X11R6.9.0/src-single/X11R6.9.0-src.tar.bz2 fi if [ ! -f xf86-video-ati-6.5.8.0.tar.bz2 ] ; then - $WGET http://xorg.freedesktop.org/releases/individual/driver/xf86-video-ati-6.5.8.0.tar.bz2 + $WGET http://ftp.x.org/pub/individual/driver/xf86-video-ati-6.5.8.0.tar.bz2 fi cd ../..