Fix typo (busbox -> busybox).

This commit is contained in:
Leslie P. Polzer 2013-10-31 11:37:47 +01:00 committed by Natanael Copa
parent 92a0f2da31
commit 3ba814494f

View File

@ -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