Ignore:
Timestamp:
03/02/2013 02:10:45 PM (11 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
2.4, ablfs-more, legacy, new_features, trunk
Children:
90f304c
Parents:
06bb141
Message:

Add a sect2 template to lfs.xsl, so that it is possible to build
several packages on the same page

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/libs/func_book_parser

    r06bb141 rf0a31de  
    138138        echo -n " ${L_arrow}${BOLD}LFS${R_arrow} build... "
    139139        pushd $BOOK > /dev/null
    140         bash process-scripts.sh >> $LOGDIR/$LOG 2>&1
     140        if [ -f process.scripts.sh ]; then
     141          bash process-scripts.sh >> $LOGDIR/$LOG 2>&1
     142        fi
    141143        popd > /dev/null
    142144        xsltproc --nonet \
Note: See TracChangeset for help on using the changeset viewer.