BLFS: It don't depend on DocBook-XSL for now.
This commit is contained in:
parent
e05fba2435
commit
e45c588e27
1 changed files with 6 additions and 6 deletions
12
blfs-tool
12
blfs-tool
|
@ -129,12 +129,12 @@ else
|
||||||
exit 2
|
exit 2
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if `echo $XML_FILE | xsltproc --noout - 2>/dev/null` ; then
|
# if `echo $XML_FILE | xsltproc --noout - 2>/dev/null` ; then
|
||||||
check_version "1.69.1" "1.69.1" "DocBook XSL"
|
# check_version "1.69.1" "1.69.1" "DocBook XSL"
|
||||||
else
|
# else
|
||||||
echo "Warning: not found a working DocBook XSL 1.69.1 installation"
|
# echo "Warning: not found a working DocBook XSL 1.69.1 installation"
|
||||||
exit 2
|
# exit 2
|
||||||
fi
|
# fi
|
||||||
|
|
||||||
echo "${SD_BORDER}${nl_}"
|
echo "${SD_BORDER}${nl_}"
|
||||||
|
|
||||||
|
|
Reference in a new issue