This commit is contained in:
Manuel Canales Esparcia 2006-08-21 20:18:26 +00:00
parent 24c64bfdc5
commit c0077b11a7

View file

@ -32,7 +32,7 @@ get_pkg_ver() { # Find package version for a given package ID
xfs ) pkg_id=xfsprogs ;;
esac
xmllint --noent ./blfs-xml/book/bookinfo.xml 2>/dev/null | \
xmllint --noent ./${BLFS_XML}/book/bookinfo.xml 2>/dev/null | \
grep -i " ${pkg_id}-version " | cut -d "\"" -f2
}