abuild: use provides = cmd:foo instead of 'command:foo'

it is slightly shorter
This commit is contained in:
Natanael Copa 2017-10-24 13:42:38 +00:00
parent 4dfc57946e
commit 919e549a04
1 changed files with 1 additions and 1 deletions

View File

@ -1199,7 +1199,7 @@ trace_apk_deps() {
>> "$dir"/.PKGINFO
fi
if [ -f "$dir"/.provides-command ]; then
sed 's/^/provides = command:/' "$dir"/.provides-command | sort -u \
sed 's/^/provides = cmd:/' "$dir"/.provides-command | sort -u \
>> "$dir"/.PKGINFO
fi
[ -z "$autodeps" ] && return 0