summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xabuild.in4
1 files changed, 2 insertions, 2 deletions
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=