Ignore:
Timestamp:
03/21/2006 01:03:35 AM (19 years ago)
Author:
George Boudreau <georgeb@…>
Branches:
experimental
Children:
1d756b0
Parents:
9c90294
Message:

CLFS, trap vim-lang pack, install only on config flag

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/common-functions

    r9c90294 r386bc75  
    680680      LOC_add_packages_entry() {
    681681        local fileMATCH aFILE
    682    
     682
    683683        fileMATCH="/$1"
    684684        # format.. Filename-Version  or FilenameVersion
    685685        for aFILE in `grep ${fileMATCH}-*[[:digit:]] packageslist_.wget`; do
    686          # The aFILE%\?* is necessary to strip the "?download" appended to sourceforge files
    687          echo "$1-version \"$2\"" >> packages
     686         # Block vim-x.x-lang file, will add it later based on config flag
     687         if [[ ! "${aFILE}" =~ "vim-$2-lang" ]]; then
     688           echo "$1-version \"$2\"" >> packages
     689         fi
    688690        done
    689691      }
Note: See TracChangeset for help on using the changeset viewer.