xbps-src: make 'show-build-deps' canonicalize 32bit pkgs.
This commit is contained in:
parent
702e6e07ce
commit
c2c225aa42
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue