diff options
author | Eric Andersen <andersen@codepoet.org> | 2006-06-23 07:29:40 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2006-06-23 07:29:40 +0000 |
commit | 4856369541d3653db986b58237f54d7eb8fbc11d (patch) | |
tree | a66a798c6bbaeb7e5849f76cdd8eab93c738d018 /package/bash/bash.mk | |
parent | 82620711eb120dbb36ca8f7af193278d56471ec6 (diff) | |
download | buildroot-novena-4856369541d3653db986b58237f54d7eb8fbc11d.tar.gz buildroot-novena-4856369541d3653db986b58237f54d7eb8fbc11d.zip |
don't use ftp for gnu stuff, a few version bumps as well,
based on a patch from Fu Yunhui
Diffstat (limited to 'package/bash/bash.mk')
-rw-r--r-- | package/bash/bash.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/bash/bash.mk b/package/bash/bash.mk index cebce72d2..b3eb0a3fe 100644 --- a/package/bash/bash.mk +++ b/package/bash/bash.mk @@ -5,7 +5,7 @@ ############################################################# BASH_VER:=3.1 BASH_SOURCE:=bash-$(BASH_VER).tar.gz -BASH_SITE:=ftp://ftp.gnu.org/gnu/bash +BASH_SITE:=http://ftp.gnu.org/pub/gnu/bash BASH_CAT:=zcat BASH_DIR:=$(BUILD_DIR)/bash-$(BASH_VER) BASH_BINARY:=bash |