From bb730d21bd1ecc5c5e837574268e1ac3cbb2ea08 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Sat, 5 Aug 2017 18:49:49 +0000 Subject: abuild: do not add busybox dep if package has triggers --- abuild.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/abuild.in b/abuild.in index 5f0ba55..2b676eb 100644 --- a/abuild.in +++ b/abuild.in @@ -951,7 +951,7 @@ prepare_metafiles() { EOF local i deps deps="$depends" - if [ "$pkgname" != "busybox" ] && ! depends_has busybox && ! depends_has /bin/sh; then + if ! depends_has /bin/sh; then for i in $install $triggers; do local s=${i%=*} [ "$name" != "${s%.*}" ] && continue -- cgit v1.2.3-70-g09d2