CLFS ..Corrected trap for linux headers.. was still referencing llh
This commit is contained in:
parent
839e8930da
commit
280c791be0
1 changed files with 1 additions and 1 deletions
|
@ -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 <<<<<<<< #
|
||||
#--------------------------------------------------------------------#
|
||||
|
|
Reference in a new issue