xbps-src: make 'show-build-deps' canonicalize 32bit pkgs.

This commit is contained in:
Juan RP 2015-11-19 08:32:47 +01:00
parent 702e6e07ce
commit c2c225aa42
1 changed files with 1 additions and 0 deletions

View File

@ -86,6 +86,7 @@ show_pkg_build_deps() {
if [ -z "${_pkgname}" ]; then
_pkgname="$f"
fi
_pkgname=${_pkgname/-32bit}
_srcpkg=$(basename $(readlink -f ${XBPS_SRCPKGDIR}/${_pkgname}))
echo "${_srcpkg}" >> $result
done