From e0f546896f472513ddd675a8792db6fb86f06415 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Mon, 17 Aug 2009 13:58:26 +0000 Subject: abuild: no missing dependencies might happen --- abuild.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/abuild.in b/abuild.in index c325a3d..faa569e 100755 --- a/abuild.in +++ b/abuild.in @@ -693,7 +693,7 @@ depparse_aports() { deptrace() { local deps="$@" - [ -z "$deps" ] && die "should not happen" + [ -z "$deps" ] && return 0 ( depparse_aports if [ -z "$upgrade" ]; then # list installed pkgs and prefix with 'i ' -- cgit v1.2.3-60-g2f50