summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeslie P. Polzer <polzer@port-zero.com>2013-10-31 11:37:47 +0100
committerNatanael Copa <ncopa@alpinelinux.org>2013-10-31 12:55:38 +0000
commit3ba814494f9c7e3afe5d73799d85a7b2e03fb459 (patch)
treeb2584f69dfb050fa06229aec81d47e4b16d936c6
parent92a0f2da31dddf7ef33bb0e6872b62e6935d06fc (diff)
downloadabuild-3ba814494f9c7e3afe5d73799d85a7b2e03fb459.tar.bz2
abuild-3ba814494f9c7e3afe5d73799d85a7b2e03fb459.tar.xz
Fix typo (busbox -> busybox).
-rwxr-xr-xabuild.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/abuild.in b/abuild.in
index 7cef0c3..cfd531a 100755
--- a/abuild.in
+++ b/abuild.in
@@ -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