Fixed bug in func_compare.sh when running ICA/farce builds on CLFS.
This commit is contained in:
parent
1caf1f4fbe
commit
7a84ba7713
1 changed files with 2 additions and 4 deletions
|
@ -26,10 +26,8 @@ wrt_system_build() { #
|
||||||
local RUN=$1
|
local RUN=$1
|
||||||
local PREV_IT=$2
|
local PREV_IT=$2
|
||||||
|
|
||||||
if [[ "$PROGNAME" = "clfs" ]] && [[ "$METHOD" = "chroot" ]] ; then
|
if [[ "$PROGNAME" = "clfs" ]] ; then
|
||||||
chroot_final_system_Makefiles $RUN
|
final_system_Makefiles $RUN
|
||||||
elif [[ "$PROGNAME" = "clfs" ]] && [[ "$METHOD" = "boot" ]] ; then
|
|
||||||
boot_final_system_Makefiles $RUN
|
|
||||||
else
|
else
|
||||||
chapter6_Makefiles $RUN
|
chapter6_Makefiles $RUN
|
||||||
fi
|
fi
|
||||||
|
|
Reference in a new issue