From 4195a401a6b0bb286e554929f95eb378af10b345 Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Sun, 18 Jan 2015 15:58:15 +0000 Subject: [PATCH] Change the url for downloading CLFS --- jhalfs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/jhalfs b/jhalfs index ddbb871..a6d406f 100755 --- a/jhalfs +++ b/jhalfs @@ -211,9 +211,9 @@ BOOK=${BOOK:=$JHALFSDIR/$PROGNAME-$LFSVRS} #--- Envars not sourced from configuration case $PROGNAME in - clfs ) declare -r GIT="git://git.cross-lfs.org/cross-lfs" ;; - clfs2 ) declare -r GIT="git://git.cross-lfs.org/clfs-sysroot" ;; - clfs3 ) declare -r GIT="git://git.cross-lfs.org/clfs-embedded" ;; + clfs ) declare -r GIT="git://git.clfs.org/cross-lfs" ;; + clfs2 ) declare -r GIT="git://git.clfs.org/clfs-sysroot" ;; + clfs3 ) declare -r GIT="git://git.clfs.org/clfs-embedded" ;; *) declare -r SVN="svn://svn.linuxfromscratch.org" ;; esac declare -r LOG=000-masterscript.log