From 7a84ba7713f9ff3379fd6da4e84bff0c0da905b1 Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Sat, 28 Jul 2007 11:28:34 +0000 Subject: [PATCH] Fixed bug in func_compare.sh when running ICA/farce builds on CLFS. --- common/libs/func_compare.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/common/libs/func_compare.sh b/common/libs/func_compare.sh index 8e8184f..e9c072c 100644 --- a/common/libs/func_compare.sh +++ b/common/libs/func_compare.sh @@ -26,10 +26,8 @@ wrt_system_build() { # local RUN=$1 local PREV_IT=$2 - if [[ "$PROGNAME" = "clfs" ]] && [[ "$METHOD" = "chroot" ]] ; then - chroot_final_system_Makefiles $RUN - elif [[ "$PROGNAME" = "clfs" ]] && [[ "$METHOD" = "boot" ]] ; then - boot_final_system_Makefiles $RUN + if [[ "$PROGNAME" = "clfs" ]] ; then + final_system_Makefiles $RUN else chapter6_Makefiles $RUN fi