Changeset 76f8888 for common/libs


Ignore:
Timestamp:
03/02/2013 02:14:44 PM (12 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
ablfs
Children:
96857f8
Parents:
960099f
Message:

Merge jhalfs r3658

Location:
common/libs
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • common/libs/func_book_parser

    r960099f r76f8888  
    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 \
  • common/libs/func_wrt_Makefile

    r960099f r76f8888  
    9797     e2fsprogs-libs) echo $(grep "^e2fsprogs" $JHALFSDIR/pkg_tarball_list | head -n1 )
    9898         ;;
     99     libcap) echo $(grep "^libcap" $JHALFSDIR/pkg_tarball_list | head -n1 )
     100         ;;
    99101     util-linux-libs) echo $(grep "^util-linux" $JHALFSDIR/pkg_tarball_list | head -n1 )
    100102         ;;
Note: See TracChangeset for help on using the changeset viewer.