From 950ee4585b7d941c264cbe2b597845fcb5e3eef8 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Sun, 13 Mar 2011 21:42:06 +0100 Subject: grub: fix download URL The Debian package snapshot service moved to an official debian.org address last year (http://www.debian.org/News/2010/20100412) with a slightly different URL structure, so adjust the download URL to match. Signed-off-by: Peter Korsgaard --- boot/grub/grub.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot/grub') diff --git a/boot/grub/grub.mk b/boot/grub/grub.mk index 401d34640..9461d1cbd 100644 --- a/boot/grub/grub.mk +++ b/boot/grub/grub.mk @@ -5,7 +5,7 @@ ############################################################# GRUB_SOURCE:=grub_0.97.orig.tar.gz GRUB_PATCH:=grub_0.97-35.diff.gz -GRUB_SITE:=http://snapshot.debian.net/archive/2008/03/29/debian/pool/main/g/grub/ +GRUB_SITE:=http://snapshot.debian.org/archive/debian/20080329T000000Z/pool/main/g/grub/ GRUB_PATCH_SITE:=$(GRUB_SITE) GRUB_CAT:=$(ZCAT) GRUB_DIR:=$(BUILD_DIR)/grub-0.97 -- cgit v1.2.3