Ignore:
Timestamp:
09/14/2013 10:13:04 AM (11 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
2.4, ablfs-more, legacy, new_features, trunk
Children:
038678f
Parents:
4b1dd33
Message:

Allows to use git for downloading the CLFS book
Adds .lzma as a possible extension for a tarball in urls.xsl

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/libs/func_check_version.sh

    r4b1dd33 r92b7cb8  
    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.