diff options
-rwxr-xr-x | abuild.in | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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= |