Fixed DocBook-XML tracking file when installed via blfs-tool support dependencies.

This commit is contained in:
Manuel Canales Esparcia 2007-08-08 17:00:36 +00:00
parent 9d9a8109db
commit 823f608161

View file

@ -174,6 +174,7 @@ wrt_blfs_tool_targets() { #
# Touch the tracking file.
case $name in
docbook-xml ) pkg_ver=DocBook-4.5 ;;
tidy ) pkg_ver=html-tidy-cvs_20070326 ;;
unzip ) pkg_ver=unzip-5.52 ;;
* ) pkg_ver=$(echo $pkg_tarball | sed -e 's/.tar.*//;s/.tgz//;s/.zip//') ;;