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.
This commit is contained in:
parent
e10232b5c4
commit
0ebdc33866
4 changed files with 2 additions and 14 deletions
|
@ -23,9 +23,6 @@
|
|||
3 = all chapter05 and chapter06 testsuites-->
|
||||
<xsl:param name="testsuite" select="1"/>
|
||||
|
||||
<!-- Install vim-lang package? -->
|
||||
<xsl:param name="vim-lang" select="1"/>
|
||||
|
||||
<xsl:template match="/">
|
||||
<xsl:apply-templates select="//sect1"/>
|
||||
</xsl:template>
|
||||
|
@ -84,9 +81,6 @@
|
|||
@id='ch-tools-adjusting' or
|
||||
@id='ch-system-readjusting'">
|
||||
<xsl:text>cd $PKGDIR
</xsl:text>
|
||||
<xsl:if test="@id='ch-system-vim' and $vim-lang = '1'">
|
||||
<xsl:text>tar -xvf ../vim-&vim-version;-lang.* --strip-components=1
</xsl:text>
|
||||
</xsl:if>
|
||||
<xsl:if test="@id='ch-tools-uclibc' or @id='ch-system-uclibc'">
|
||||
<xsl:text>pushd ../; tar -xvf gettext-&gettext-version;.*; popd; 
</xsl:text>
|
||||
</xsl:if>
|
||||
|
|
|
@ -46,14 +46,9 @@ get_sources() { #
|
|||
#
|
||||
VRS=`echo $i | sed -e 's/.* //' -e 's/"//g'`
|
||||
case "$PKG" in
|
||||
"expect-lib" ) continue ;; # not valid packages
|
||||
"linux-dl" ) continue ;;
|
||||
"groff-patchlevel" ) continue ;;
|
||||
"uClibc-patch" ) continue ;;
|
||||
|
||||
"tcl" ) FILE="$PKG$VRS-src.tar.bz2" ; download $PKG $FILE ;;
|
||||
"vim-lang" ) FILE="vim-$VRS-lang.tar.bz2"; PKG="vim" ; download $PKG $FILE ;;
|
||||
"udev-config" ) FILE="$VRS" ; PKG="udev" ; download $PKG $FILE ;;
|
||||
"tcl" ) FILE="$PKG$VRS-src.tar.bz2" ; download $PKG $FILE ;;
|
||||
|
||||
"uClibc-locale" ) FILE="$PKG-$VRS.tar.bz2" ; PKG="uClibc"
|
||||
download $PKG $FILE
|
||||
|
|
|
@ -661,7 +661,6 @@ extract_commands() { #
|
|||
--xinclude \
|
||||
--stringparam model $MODEL \
|
||||
--stringparam testsuite $TEST \
|
||||
--stringparam vim-lang $VIMLANG \
|
||||
-o ./${PROGNAME}-commands/ $XSL $BOOK/index.xml >>$LOGDIR/$LOG 2>&1
|
||||
for i in $(find ./${PROGNAME}-commands/chapter07/*) ; do
|
||||
sed -i 's/"EOF"/EOF/g' $i ;
|
||||
|
|
|
@ -38,7 +38,7 @@ PAGE=letter
|
|||
TIMEZONE=America/Toronto
|
||||
|
||||
#--- install the optional vim-lang package 0(no)/1(yes)
|
||||
VIMLANG=0
|
||||
VIMLANG=1
|
||||
|
||||
#--- Language information, /etc/profile see <locale -a> for values
|
||||
LC_ALL=$LC_ALL
|
||||
|
|
Reference in a new issue