abuild: minor bugfix
This commit is contained in:
parent
28b7f5d2b1
commit
fad6df6eaf
@ -741,7 +741,8 @@ builddeps() {
|
|||||||
|
|
||||||
# find dependencies that are installed but missing in repo.
|
# find dependencies that are installed but missing in repo.
|
||||||
for i in $deps; do
|
for i in $deps; do
|
||||||
if [ -z "$(apk search --repo "$apkcache" $i)" ]; then
|
local m=$(apk search --repo "$apkcache" $i)
|
||||||
|
if [ -z "$m" ]; then
|
||||||
missing="$missing $i"
|
missing="$missing $i"
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
Loading…
x
Reference in New Issue
Block a user