Ignore:
Timestamp:
07/24/2007 09:04:34 PM (17 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
e45c588
Parents:
cf829f0
Message:

DocBook-XSL package is not required for now.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/libs/func_check_version.sh

    rcf829f0 re05fba2  
    150150    fi
    151151
    152     if [[ -z "$DEP_DBXSL" ]] ; then
    153       if `echo $XML_FILE | xsltproc --noout - 2>/dev/null` ; then
    154         check_version "1.69.1" "1.69.1" "DocBook XSL"
    155       else
    156         echo "Warning: not found a working DocBook XSL 1.69.1 installation"
    157         exit 2
    158       fi
    159     fi
     152#     if [[ -z "$DEP_DBXSL" ]] ; then
     153#       if `echo $XML_FILE | xsltproc --noout - 2>/dev/null` ; then
     154#         check_version "1.69.1" "1.69.1" "DocBook XSL"
     155#       else
     156#         echo "Warning: not found a working DocBook XSL 1.69.1 installation"
     157#         exit 2
     158#       fi
     159#     fi
    160160
    161161  fi # end BLFS_TOOL=Y
Note: See TracChangeset for help on using the changeset viewer.