xbps-src: sort and deduplicate packages at update-sys
This commit is contained in:
parent
8f6c40ab4f
commit
3ad374dbe4
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ bulk_build() {
|
|||
|
||||
# Compare installed pkg versions vs srcpkgs
|
||||
if [[ $sys ]]; then
|
||||
xbps-checkvers -f '%n' -I -D $XBPS_DISTDIR
|
||||
bulk_sortdeps $(xbps-checkvers -f '%n' -I -D $XBPS_DISTDIR)
|
||||
return $?
|
||||
fi
|
||||
# compare repo pkg versions vs srcpkgs
|
||||
|
|
Loading…
Reference in a new issue