summaryrefslogtreecommitdiffstats
path: root/abuild.in
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-06-03 20:20:59 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-06-03 20:20:59 +0000
commit5b00cca758b2fd52dc9fd2c76666ffb1ff2167b7 (patch)
tree087a7715d70b19b3033e8181ea998ae36d042133 /abuild.in
parent981c484766aad55bbfdf80ab0db82d2fefa9a304 (diff)
downloadabuild-5b00cca758b2fd52dc9fd2c76666ffb1ff2167b7.tar.bz2
abuild-5b00cca758b2fd52dc9fd2c76666ffb1ff2167b7.tar.xz
abuild: fix for detecting self-provided dependencies
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