Ignore:
Timestamp:
07/28/2007 11:28:34 AM (17 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
650acce
Parents:
1caf1f4
Message:

Fixed bug in func_compare.sh when running ICA/farce builds on CLFS.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/libs/func_compare.sh

    r1caf1f4 r7a84ba7  
    2727  local PREV_IT=$2
    2828
    29   if [[ "$PROGNAME" = "clfs" ]] && [[ "$METHOD" = "chroot" ]] ; then
    30     chroot_final_system_Makefiles $RUN
    31   elif [[ "$PROGNAME" = "clfs" ]] && [[ "$METHOD" = "boot" ]] ; then
    32     boot_final_system_Makefiles $RUN
     29  if [[ "$PROGNAME" = "clfs" ]] ; then
     30    final_system_Makefiles $RUN
    3331  else
    3432    chapter6_Makefiles $RUN
Note: See TracChangeset for help on using the changeset viewer.