Changeset 3673dc1 for CLFS2


Ignore:
Timestamp:
12/05/2006 09:17:25 PM (17 years ago)
Author:
George Boudreau <georgeb@…>
Branches:
2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
8426d1f
Parents:
2512414
Message:

Minor corrections to CLFS-sysroot. Removed existance test for file and groff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CLFS2/master.sh

    r2512414 r3673dc1  
    140140    #
    141141    # Skip this script...
    142     # NOTE.. the book indicated you only needed to install groff or file if the host
    143     #   had older versions. The packages would be installed in the target directory
    144     #   and not the host.
    145142    case $this_script in
    146143      *cflags* | *variables* )  # work done in host_prep_Makefiles
    147144              continue ;;
    148       *file ) FileVer=`file --version | head -n1 | cut -d " " -f1`
    149               [[ "$FileVer" = "file-4.17" ]] && continue
    150         ;;
    151       *groff) GroffVer=`groff --version | head -n1 | cut -d " " -f4`
    152               [[ "$GroffVer" = "1.19.2" ]] && continue
    153         ;;
    154145      *) ;;
    155146    esac
Note: See TracChangeset for help on using the changeset viewer.