Change the url for downloading CLFS
This commit is contained in:
parent
b1f4a8d941
commit
4195a401a6
1 changed files with 3 additions and 3 deletions
6
jhalfs
6
jhalfs
|
@ -211,9 +211,9 @@ BOOK=${BOOK:=$JHALFSDIR/$PROGNAME-$LFSVRS}
|
||||||
|
|
||||||
#--- Envars not sourced from configuration
|
#--- Envars not sourced from configuration
|
||||||
case $PROGNAME in
|
case $PROGNAME in
|
||||||
clfs ) declare -r GIT="git://git.cross-lfs.org/cross-lfs" ;;
|
clfs ) declare -r GIT="git://git.clfs.org/cross-lfs" ;;
|
||||||
clfs2 ) declare -r GIT="git://git.cross-lfs.org/clfs-sysroot" ;;
|
clfs2 ) declare -r GIT="git://git.clfs.org/clfs-sysroot" ;;
|
||||||
clfs3 ) declare -r GIT="git://git.cross-lfs.org/clfs-embedded" ;;
|
clfs3 ) declare -r GIT="git://git.clfs.org/clfs-embedded" ;;
|
||||||
*) declare -r SVN="svn://svn.linuxfromscratch.org" ;;
|
*) declare -r SVN="svn://svn.linuxfromscratch.org" ;;
|
||||||
esac
|
esac
|
||||||
declare -r LOG=000-masterscript.log
|
declare -r LOG=000-masterscript.log
|
||||||
|
|
Reference in a new issue