summaryrefslogtreecommitdiff
path: root/abuild.in
diff options
context:
space:
mode:
Diffstat (limited to 'abuild.in')
-rwxr-xr-xabuild.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/abuild.in b/abuild.in
index 6f6ff45..cbecfa4 100755
--- a/abuild.in
+++ b/abuild.in
@@ -403,8 +403,8 @@ trace_apk_deps() {
# first check if its provide by same apkbuild
for j in "$dir"/../*/.provides-so; do
grep -w "$i" "$j" >/dev/null || continue
+ found=${found%/.*}
found=${j##*/}
- found=${found%/*}
break
done
# check apk db if not provided by a subpackage