Change X.Org download site back to xorg.freedesktop.org
authorAlan Coopersmith <Alan.Coopersmith@Sun.COM>
Tue, 30 May 2006 00:00:00 -0700
changeset 24 656b73953913
parent 23 04fb0c4c58b9
child 25 27105f388482
Change X.Org download site back to xorg.freedesktop.org
download-tarballs
open-src/common/Makefile.inc
--- 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 ../..
--- a/open-src/common/Makefile.inc	Wed May 24 10:49:36 2006 +0000
+++ b/open-src/common/Makefile.inc	Tue May 30 00:00:00 2006 -0700
@@ -174,7 +174,7 @@
 WGET=/usr/sfw/bin/wget
 SOURCE_TARBALL=$(TARBALLDIR)/$(SOURCE_TARBALL_NAME)
 
-XORG_RELEASES_URL=http://ftp.x.org/pub/individual
+XORG_RELEASES_URL=http://xorg.freedesktop.org/releases/individual
 
 download:
 	if [ ! -f $(SOURCE_TARBALL) ] ; then \