mirror of
https://gitlab.alpinelinux.org/alpine/abuild.git
synced 2024-12-23 15:33:28 +00:00
abuild: do not add busybox as dep to busybox itself
This commit is contained in:
parent
8069f0b193
commit
098a02161f
2
abuild
2
abuild
@ -285,7 +285,7 @@ size = $size
|
||||
EOF
|
||||
local i deps
|
||||
deps="$depends"
|
||||
if [ -n "$install" ] && head -n 1 "$srcdir/$install" | grep '^#' >/dev/null && ! depends_has busybox ; then
|
||||
if [ -n "$install" ] && head -n 1 "$srcdir/$install" | grep '^#' >/dev/null && ! depends_has busybox && [ "$pkgname" != "busybox" ]; then
|
||||
msg "Adding busybox to depends since we have an install script"
|
||||
deps="$deps busybox"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user