Changeset a1dd968


Ignore:
Timestamp:
09/17/2013 01:42:25 PM (11 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
2.4, ablfs-more, legacy, new_features, trunk
Children:
de84c00
Parents:
809a821
Message:

Correct a path for clfs, in the version extraction code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/libs/func_book_parser

    r809a821 ra1dd968  
    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.