From af510f4e19681971266b27cf30b4e010b9887315 Mon Sep 17 00:00:00 2001 From: Hamish Moffatt Date: Wed, 26 Mar 2008 03:28:09 +0000 Subject: Applied patch from Nathanael D. Noblet to fix broken GNU download paths. Also fix gnuchess, xboard and classpath packages to use $(BR2_GNU_MIRROR) rather than hardcoded urls. --- package/coreutils/coreutils.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/coreutils') diff --git a/package/coreutils/coreutils.mk b/package/coreutils/coreutils.mk index 541c69701..8ee86e0f1 100644 --- a/package/coreutils/coreutils.mk +++ b/package/coreutils/coreutils.mk @@ -6,7 +6,7 @@ COREUTILS_VERSION:=6.9 COREUTILS_SOURCE:=coreutils-$(COREUTILS_VERSION).tar.bz2 #COREUTILS_SITE:=ftp://alpha.gnu.org/gnu/coreutils/ -COREUTILS_SITE:=$(BR2_GNU_MIRROR)/gnu/coreutils +COREUTILS_SITE:=$(BR2_GNU_MIRROR)/coreutils COREUTILS_CAT:=$(BZCAT) COREUTILS_DIR:=$(BUILD_DIR)/coreutils-$(COREUTILS_VERSION) COREUTILS_BINARY:=src/vdir -- cgit v1.2.3-55-g7522