mirror of
https://gitlab.alpinelinux.org/alpine/abuild.git
synced 2024-12-24 16:02:23 +00:00
Fix typo (busbox -> busybox).
This commit is contained in:
parent
92a0f2da31
commit
3ba814494f
@ -777,7 +777,7 @@ origin = $pkgname
|
|||||||
EOF
|
EOF
|
||||||
local i deps
|
local i deps
|
||||||
deps="$depends"
|
deps="$depends"
|
||||||
if [ "$pkgname" != "busybox" ] && ! depends_has busbox; then
|
if [ "$pkgname" != "busybox" ] && ! depends_has busybox; then
|
||||||
for i in $install $triggers; do
|
for i in $install $triggers; do
|
||||||
local s=${i%=*}
|
local s=${i%=*}
|
||||||
[ "$name" != "${s%.*}" ] && continue
|
[ "$name" != "${s%.*}" ] && continue
|
||||||
|
Loading…
Reference in New Issue
Block a user