diff options
Diffstat (limited to 'abuild.in')
-rwxr-xr-x | abuild.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |