[Lunar-commits] <moonbase> bash_static: Use correct download URL
Stefan Wold
ratler at lunar-linux.org
Fri Oct 29 08:22:28 CEST 2010
commit 36a153cd93f8e7e7598b4acb97c5562ce0a9cf3e
Author: Stefan Wold <ratler at lunar-linux.org>
Date: Fri Oct 29 08:22:28 2010 +0200
bash_static: Use correct download URL
---
shells/bash_static/DETAILS | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/shells/bash_static/DETAILS b/shells/bash_static/DETAILS
index 28ff4e9..2a6c71d 100644
--- a/shells/bash_static/DETAILS
+++ b/shells/bash_static/DETAILS
@@ -12,9 +12,9 @@
SOURCE9=bash41-008
SOURCE10=bash41-009
SOURCE_DIRECTORY=$BUILD_DIRECTORY/bash-$BASE
- SOURCE_URL[0]=$GNU_URL/$MODULE
- SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE
- SOURCE_URL[2]=ftp://ftp.cwru.edu/pub/$MODULE
+ SOURCE_URL[0]=$GNU_URL/bash
+ SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/bash
+ SOURCE_URL[2]=ftp://ftp.cwru.edu/pub/bash
SOURCE2_URL=http://ftp.gnu.org/gnu/bash/bash-4.1-patches
SOURCE3_URL=http://ftp.gnu.org/gnu/bash/bash-4.1-patches
SOURCE4_URL=http://ftp.gnu.org/gnu/bash/bash-4.1-patches
More information about the Lunar-commits
mailing list