changeset 6182:3a70c061711b

Merge pull request #2 from colinghall/master Change mirror for linux kernel headers
author Graham Percival <graham@percival-music.ca>
date Fri, 01 Jun 2012 06:20:39 -0700
parents 278958d05876 (current diff) ac954745ba5f (diff)
children 5d6c1bb0dd46
files
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gub/specs/linux-headers.py	Sun Mar 04 14:54:54 2012 +0000
+++ b/gub/specs/linux-headers.py	Fri Jun 01 06:20:39 2012 -0700
@@ -2,7 +2,7 @@
 from gub import context
 
 class Linux_headers (build.BinaryBuild, build.SdkBuild):
-    source = 'http://mirror.anl.gov/pub/linux/kernel/v2.4/linux-2.4.34.tar.bz2&name=linux-headers'
+    source = 'http://www.mirrorservice.org/sites/ftp.kernel.org/pub/linux/kernel/v2.4/linux-2.4.34.tar.bz2&name=linux-headers'
     # HMm, is this more handy than patch ():pass in BinaryBuild?
     # possibly we should simply override install (), but that is
     # always a problem because install ()