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() {
|
show_pkg_build_deps() {
|
||||||
local f x _pkgname _dep
|
local f x _pkgname _dep found
|
||||||
|
|
||||||
BEGIN_INSTALL=1
|
BEGIN_INSTALL=1
|
||||||
check_pkg_arch $XBPS_CROSS_BUILD
|
check_pkg_arch $XBPS_CROSS_BUILD
|
||||||
|
@ -71,6 +71,7 @@ show_pkg_build_deps() {
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
if [ -n "$found" ]; then
|
if [ -n "$found" ]; then
|
||||||
|
unset found
|
||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
echo "$f"
|
echo "$f"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue