download-tarballs
changeset 24 656b73953913
parent 20 0a3631075cba
child 98 c21b46ed1efd
--- a/download-tarballs	Wed May 24 10:49:36 2006 +0000
+++ b/download-tarballs	Tue May 30 00:00:00 2006 -0700
@@ -73,9 +73,9 @@
 fi
 cd tarballs
 if [ ! -f X11R6.9.0-src.tar.bz2 ] ; then
-    $WGET http://ftp.x.org/pub/X11R6.9.0/src-single/X11R6.9.0-src.tar.bz2
+    $WGET http://xorg.freedesktop.org/releases/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://ftp.x.org/pub/individual/driver/xf86-video-ati-6.5.8.0.tar.bz2
+    $WGET http://xorg.freedesktop.org/releases/individual/driver/xf86-video-ati-6.5.8.0.tar.bz2
 fi
 cd ../..