abuild: add provides information
This commit is contained in:
parent
87953c7115
commit
76e93e602f
@ -919,8 +919,11 @@ trace_apk_deps() {
|
|||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
[ -z "$autodeps" ] && return 0
|
|
||||||
echo "# automatically detected:" >> "$dir"/.PKGINFO
|
echo "# automatically detected:" >> "$dir"/.PKGINFO
|
||||||
|
if [ -f "$dir"/.provides-so ]; then
|
||||||
|
sed 's/^/provides = /' "$dir"/.provides-so >> "$dir"/.PKGINFO
|
||||||
|
fi
|
||||||
|
[ -z "$autodeps" ] && return 0
|
||||||
for i in $autodeps; do
|
for i in $autodeps; do
|
||||||
echo "depend = $i" >> "$dir"/.PKGINFO
|
echo "depend = $i" >> "$dir"/.PKGINFO
|
||||||
done
|
done
|
||||||
|
Loading…
x
Reference in New Issue
Block a user