Ignore:
Timestamp:
03/23/2006 03:28:53 AM (19 years ago)
Author:
George Boudreau <georgeb@…>
Branches:
experimental
Children:
87b93b4
Parents:
e676ffa
Message:

CLFS, handle a change from lfs-bootscripts to bootscripts-cross-lfs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/common-functions

    re676ffa rfcaf131  
    687687        local fileMATCH aFILE
    688688
     689          # Deal with a non-standard format
     690        if [[ "$1" = "clfs-bootscripts" ]]; then
     691          set -- "bootscripts-cross-lfs" $2
     692        fi
    689693        fileMATCH="/$1"
     694
    690695        # format.. Filename-Version  or FilenameVersion
    691696        for aFILE in `grep ${fileMATCH}-*[[:digit:]] packageslist_.wget`; do
Note: See TracChangeset for help on using the changeset viewer.