abuild: fix for detecting self-provided dependencies
This commit is contained in:
parent
981c484766
commit
5b00cca758
@ -403,8 +403,8 @@ trace_apk_deps() {
|
|||||||
# first check if its provide by same apkbuild
|
# first check if its provide by same apkbuild
|
||||||
for j in "$dir"/../*/.provides-so; do
|
for j in "$dir"/../*/.provides-so; do
|
||||||
grep -w "$i" "$j" >/dev/null || continue
|
grep -w "$i" "$j" >/dev/null || continue
|
||||||
|
found=${found%/.*}
|
||||||
found=${j##*/}
|
found=${j##*/}
|
||||||
found=${found%/*}
|
|
||||||
break
|
break
|
||||||
done
|
done
|
||||||
# check apk db if not provided by a subpackage
|
# check apk db if not provided by a subpackage
|
||||||
|
Loading…
x
Reference in New Issue
Block a user