diff options
author | Leslie P. Polzer <polzer@port-zero.com> | 2013-10-31 11:37:47 +0100 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-10-31 12:55:38 +0000 |
commit | 3ba814494f9c7e3afe5d73799d85a7b2e03fb459 (patch) | |
tree | b2584f69dfb050fa06229aec81d47e4b16d936c6 /abuild.in | |
parent | 92a0f2da31dddf7ef33bb0e6872b62e6935d06fc (diff) | |
download | abuild-3ba814494f9c7e3afe5d73799d85a7b2e03fb459.tar.gz abuild-3ba814494f9c7e3afe5d73799d85a7b2e03fb459.tar.bz2 abuild-3ba814494f9c7e3afe5d73799d85a7b2e03fb459.tar.xz abuild-3ba814494f9c7e3afe5d73799d85a7b2e03fb459.zip |
Fix typo (busbox -> busybox).
Diffstat (limited to 'abuild.in')
-rwxr-xr-x | abuild.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -777,7 +777,7 @@ origin = $pkgname EOF local i deps deps="$depends" - if [ "$pkgname" != "busybox" ] && ! depends_has busbox; then + if [ "$pkgname" != "busybox" ] && ! depends_has busybox; then for i in $install $triggers; do local s=${i%=*} [ "$name" != "${s%.*}" ] && continue |