mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-23 09:37:02 +02:00
common/build_dependencies.sh: Disallow subpackages in makedepends
This commit is contained in:
parent
32831bec74
commit
46ac0aeb23
1 changed files with 1 additions and 1 deletions
|
@ -280,7 +280,7 @@ install_pkg_deps() {
|
|||
fi
|
||||
done
|
||||
if [[ $found -eq 1 ]]; then
|
||||
echo " [target] ${_vpkg}: not found (subpkg, ignored)"
|
||||
msg_error "[target] ${_vpkg}: target dependency '${_subpkg}' is a subpackage of $pkgname\n"
|
||||
else
|
||||
echo " [target] ${_vpkg}: not found"
|
||||
missing_deps+=("$_vpkg")
|
||||
|
|
Loading…
Add table
Reference in a new issue