Changeset c1626d8 for common


Ignore:
Timestamp:
12/24/2013 06:52:24 PM (11 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
2.4, ablfs-more, legacy, new_features, trunk
Children:
cbca63a
Parents:
65d7d46
Message:

Adapt blfs installation to recent changes in BLFS book

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/libs/func_install_blfs

    r65d7d46 rc1626d8  
    6464  LINE_TIDY='#CONFIG_html-tidy is not set'
    6565fi
    66 if [ "$DEP_DBXML" = y ]; then
    67   LINE_DBXML='CONFIG_DocBook=y'
    68 else
    69   LINE_DBXML='#CONFIG_DocBook is not set'
    70 fi
     66# DocBook is a rec dep of libxslt
     67# if [ "$DEP_DBXML" = y ]; then
     68#   LINE_DBXML='CONFIG_DocBook=y'
     69# else
     70#   LINE_DBXML='#CONFIG_DocBook is not set'
     71# fi
    7172if [ "$DEP_LYNX" = y ]; then
    7273  LINE_LYNX='CONFIG_lynx=y'
     
    110111$LINE_LIBXSLT
    111112$LINE_TIDY
    112 $LINE_DBXML
    113113$LINE_OPENSSL
    114114$LINE_WGET
     
    147147
    148148# Suppresses unneeded parts of the scriptlets
     149if [ "$DEP_LIBXSLT" = y ]; then
     150  # libxslt pulls docbook-xsl in. Sorry for sed synthax.
     151  # I do not know how to delete lines between 2 addresses excluding those
     152  # two lines.
     153  sed -i '\@^[[:space:]]*/etc/xml/catalog$@{
     154n
     155:a
     156\@/etc/xml/catalog$@bb
     157N
     158ba
     159:b
     160d}' \
     161      $BUILDDIR$BLFS_ROOT/scripts/*docbook-xsl
     162fi
    149163if [ "$DEP_SUDO" = y ]; then
    150164  sed -i '/pam.d/i mkdir -p /etc/pam.d' $BUILDDIR$BLFS_ROOT/scripts/*sudo
Note: See TracChangeset for help on using the changeset viewer.