Ignore:
Timestamp:
03/17/2006 08:49:18 PM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
experimental
Children:
1f89002
Parents:
fdd1aa3e
Message:

Fixed remaining vin-lang issue in HLFS.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/common-functions

    rfdd1aa3e rca0ac30  
    701701
    702702  # Download the vim-lang package if it must be installed
    703   if [ "$VIMLANG" = "1" ] ; then
     703  if [ "$VIMLANG" = "1" ] && [ ! "$PROGNAME" = "hlfs" ] ; then
    704704    echo `grep "vim" packages | sed 's@vim@&-lang@'` >> packages
    705705  fi
Note: See TracChangeset for help on using the changeset viewer.