From 064c0fac8ecca76547de9e41bd2426a84a082a8c Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 15 Apr 2010 15:53:28 +0000 Subject: abuild: only trace dependencies from current repo This avoids confusion when abuild picks dependencies from testing when building main. --- abuild.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'abuild.in') diff --git a/abuild.in b/abuild.in index ed58d8a..4fefbad 100755 --- a/abuild.in +++ b/abuild.in @@ -721,8 +721,8 @@ up2date() { depparse_aports() { # lets run this in a subshell since we source all APKBUILD here ( - aportsdir=$(realpath ${APKBUILD%/APKBUILD}/../..) - for i in $aportsdir/*/*/APKBUILD; do + aportsdir=$(realpath ${APKBUILD%/APKBUILD}/..) + for i in $aportsdir/*/APKBUILD; do pkgname= subpackages= depends= -- cgit v1.2.3-60-g2f50