Bug fix.
This commit is contained in:
parent
24c64bfdc5
commit
c0077b11a7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
}
|
||||
|
|
Reference in a new issue