Changeset 0ebdc33 for HLFS


Ignore:
Timestamp:
03/17/2006 07:45:20 PM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
experimental
Children:
fdd1aa3e
Parents:
e10232b
Message:

There is no Vim-lang package in HLFS.
Removed also unexistant entities expect-lib, linux-dl, groff-patchlevel, and udev-config from the HLFS packages download code.

Location:
HLFS
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • HLFS/hlfs.xsl

    re10232b r0ebdc33  
    2323       3 = all chapter05 and chapter06 testsuites-->
    2424  <xsl:param name="testsuite" select="1"/>
    25 
    26   <!-- Install vim-lang package? -->
    27   <xsl:param name="vim-lang" select="1"/>
    2825
    2926  <xsl:template match="/">
     
    8582                     @id='ch-system-readjusting'">
    8683          <xsl:text>cd $PKGDIR&#xA;</xsl:text>
    87           <xsl:if test="@id='ch-system-vim' and $vim-lang = '1'">
    88             <xsl:text>tar -xvf ../vim-&vim-version;-lang.* --strip-components=1&#xA;</xsl:text>
    89           </xsl:if>
    9084          <xsl:if test="@id='ch-tools-uclibc' or @id='ch-system-uclibc'">
    9185             <xsl:text>pushd ../; tar -xvf gettext-&gettext-version;.*; popd; &#xA;</xsl:text>
  • HLFS/master.sh

    re10232b r0ebdc33  
    4747    VRS=`echo $i | sed -e 's/.* //' -e 's/"//g'`
    4848    case "$PKG" in
    49       "expect-lib" )        continue ;; # not valid packages
    50       "linux-dl" )          continue ;;
    51       "groff-patchlevel" )  continue ;;
    5249      "uClibc-patch" )      continue ;;
    5350
    54       "tcl" )           FILE="$PKG$VRS-src.tar.bz2"             ; download $PKG $FILE ;;
    55       "vim-lang" )      FILE="vim-$VRS-lang.tar.bz2"; PKG="vim" ; download $PKG $FILE ;;
    56       "udev-config" )   FILE="$VRS" ; PKG="udev"                ; download $PKG $FILE ;;
     51      "tcl" )   FILE="$PKG$VRS-src.tar.bz2" ; download $PKG $FILE ;;
    5752
    5853      "uClibc-locale" ) FILE="$PKG-$VRS.tar.bz2" ; PKG="uClibc"
Note: See TracChangeset for help on using the changeset viewer.