Ignore:
Timestamp:
09/14/2013 10:31:49 AM (11 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
ablfs
Children:
b8cc36b
Parents:
f62e4c5
Message:

Merge trunk r3712

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/libs/func_check_version.sh

    rf62e4c5 r27c5769  
    9090
    9191  # Maybe we should check xsltproc first?
    92   eval $(xsltproc $COMMON_DIR/hostreqs.xsl $BOOK/prologue/hostreqs.xml)
     92    case $PROGNAME in
     93      clfs | clfs2 | clfs3) HOSTREQS="BOOK/prologue/common/hostreqs.xml" ;;
     94      *) HOSTREQS="prologue/hostreqs.xml" ;;
     95    esac
     96
     97  eval $(xsltproc $COMMON_DIR/hostreqs.xsl $BOOK/$HOSTREQS)
    9398  # Avoid translation of version strings
    9499  local LC_ALL=C
Note: See TracChangeset for help on using the changeset viewer.