Merged revisions 2175, 2176 to branches/0.2
This commit is contained in:
parent
7f49a8c0a0
commit
316b8d79e5
2 changed files with 6 additions and 2 deletions
6
jhalfs
6
jhalfs
|
@ -196,7 +196,7 @@ download() {
|
|||
# Hackish fix for the bash-doc, glibc-{linuxthreads,libidn} and
|
||||
# module-init-tools-testsuite packages that doesn't conform to
|
||||
# norms in the URL scheme.
|
||||
DIR=`echo $1 | sed 's@-doc@@' -e 's@-linuxthreads@@' -e 's@-libidn@@' -e 's@-testsuite@@'`
|
||||
DIR=`echo $1 | sed 's@-doc@@;s@-linuxthreads@@;s@-libidn@@;s@-testsuite@@'`
|
||||
|
||||
# Find the md5 sum for this package.
|
||||
if [ $2 != MD5SUMS ] ; then MD5=`grep " $2" MD5SUMS` ; fi
|
||||
|
@ -875,6 +875,10 @@ while test $# -gt 0 ; do
|
|||
testing | 6.1.1 )
|
||||
LFSVRS=6.1.1
|
||||
;;
|
||||
|
||||
alpha*)
|
||||
LFSVRS=alphabetical
|
||||
;;
|
||||
* )
|
||||
echo "$1 is an unsupported version at this time."
|
||||
exit 1
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
#####
|
||||
|
||||
declare -r SVN="svn://svn.linuxfromscratch.org"
|
||||
declare -r HTTP=http://ftp.lfs-matrix.net/pub/lfs/lfs-packages/conglomeration
|
||||
declare -r HTTP=http://ftp.lfs-matrix.net/pub/lfs/conglomeration
|
||||
declare -r XSL=dump-lfs-scripts.xsl
|
||||
declare -r LOG=000-jhalfs.log
|
||||
|
||||
|
|
Reference in a new issue