From 090712aeaa50039736a99a87d414426476280d83 Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Mon, 20 Mar 2006 19:03:35 +0000 Subject: [PATCH] The uClibc-locale package and grsecurity patch should be placed into the FTP mirrors in their original formats. --- HLFS/master.sh | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/HLFS/master.sh b/HLFS/master.sh index 62ea4f9..e6b0427 100755 --- a/HLFS/master.sh +++ b/HLFS/master.sh @@ -50,7 +50,7 @@ get_sources() { # "tcl" ) FILE="$PKG$VRS-src.tar.bz2" ; download $PKG $FILE ;; - "uClibc-locale" ) FILE="$PKG-$VRS.tar.bz2" ; PKG="uClibc" + "uClibc-locale" ) FILE="$PKG-$VRS.tgz" ; PKG="uClibc" download $PKG $FILE # There can be no patches for this file continue ;; @@ -79,9 +79,6 @@ get_sources() { # # .... U G L Y .... what to do with the grsecurity patch to the kernel.. download grsecurity `grep grsecurity $JHALFSDIR/patches` - # .... U G L Y .... deal with uClibc-locale-xxxxx.tar.bz2 format issue. - bzcat uClibc-locale-030818.tar.bz2 | gzip > uClibc-locale-030818.tgz - if [[ -s $BUILDDIR/sources/MISSING_FILES.DMP ]]; then echo -e "\n\n${tab_}${RED} One or more files were not retrieved.\n${tab_} Check for names ${OFF}\n\n" fi @@ -418,10 +415,6 @@ chapter7_Makefiles() { # Create a bootable system.. kernel, bootscripts..e *kernel) # If no .config file is supplied, the kernel build is skipped [[ -z $CONFIG ]] && continue - # The files in the conglomeration dir are xxx.bz2 - # What if the user download the original file? - sed 's|.patch.gz|.patch.bz2|' -i chapter07/$this_script - sed 's|gunzip|bunzip2|' -i chapter07/$this_script ;; esac