xbps-src: show-build-deps: fix an issue with subpkgs.
This commit is contained in:
parent
4130cd3e8f
commit
429df59e2a
1 changed files with 2 additions and 1 deletions
|
@ -48,7 +48,7 @@ show_pkg_files() {
|
|||
}
|
||||
|
||||
show_pkg_build_deps() {
|
||||
local f x _pkgname _dep
|
||||
local f x _pkgname _dep found
|
||||
|
||||
BEGIN_INSTALL=1
|
||||
check_pkg_arch $XBPS_CROSS_BUILD
|
||||
|
@ -71,6 +71,7 @@ show_pkg_build_deps() {
|
|||
fi
|
||||
done
|
||||
if [ -n "$found" ]; then
|
||||
unset found
|
||||
continue
|
||||
fi
|
||||
echo "$f"
|
||||
|
|
Loading…
Reference in a new issue