From 280c791be0ba369a1056668e938a37204ca9306c Mon Sep 17 00:00:00 2001 From: George Boudreau Date: Fri, 16 Jun 2006 22:59:42 +0000 Subject: [PATCH] CLFS ..Corrected trap for linux headers.. was still referencing llh --- CLFS/master.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CLFS/master.sh b/CLFS/master.sh index d99f14d..e407f36 100755 --- a/CLFS/master.sh +++ b/CLFS/master.sh @@ -123,12 +123,12 @@ cross_tools_Makefiles() { # # Adjust 'name' and patch a few scripts on the fly.. case $name in linux-libc) name=linux-libc-headers ;; + linux) name=linux-headers ;; esac # # Find the version of the command files, if it corresponds with the building of a specific package vrs=`grep "^$name-version" $JHALFSDIR/packages | sed -e 's/.* //' -e 's/"//g'` - #--------------------------------------------------------------------# # >>>>>>>> START BUILDING A Makefile ENTRY <<<<<<<< # #--------------------------------------------------------------------#