From e45c588e2746cfd0bec18e3d3130b5661839774c Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Tue, 24 Jul 2007 21:14:48 +0000 Subject: [PATCH] BLFS: It don't depend on DocBook-XSL for now. --- blfs-tool | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/blfs-tool b/blfs-tool index 18f0262..a1a3627 100755 --- a/blfs-tool +++ b/blfs-tool @@ -129,12 +129,12 @@ else exit 2 fi -if `echo $XML_FILE | xsltproc --noout - 2>/dev/null` ; then - check_version "1.69.1" "1.69.1" "DocBook XSL" -else - echo "Warning: not found a working DocBook XSL 1.69.1 installation" - exit 2 -fi +# if `echo $XML_FILE | xsltproc --noout - 2>/dev/null` ; then +# check_version "1.69.1" "1.69.1" "DocBook XSL" +# else +# echo "Warning: not found a working DocBook XSL 1.69.1 installation" +# exit 2 +# fi echo "${SD_BORDER}${nl_}"