Changeset df08148 for common/libs


Ignore:
Timestamp:
09/17/2013 01:45:07 PM (11 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
ablfs
Children:
6c83a56
Parents:
89dffbf
Message:

Merge trunk r3719

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/libs/func_book_parser

    r89dffbf rdf08148  
    6060  case $PROGNAME in
    6161    clfs*)
    62       VERSION=$(xmllint --noent BOOK/prologue/$ARCH/bookinfo.xml 2>/dev/null | grep subtitle | sed -e 's/^.*ion //'  -e 's/<\/.*//') ;;
     62      VERSION=$(xmllint --noent $BOOK/BOOK/prologue/$ARCH/bookinfo.xml 2>/dev/null | grep subtitle | sed -e 's/^.*ion //'  -e 's/<\/.*//') ;;
    6363    *)
    6464      VERSION=$(xmllint --noent $BOOK/prologue/bookinfo.xml 2>/dev/null | grep subtitle | sed -e 's/^.*ion //'  -e 's/<\/.*//')  ;;
Note: See TracChangeset for help on using the changeset viewer.