mirror of
https://github.com/moparisthebest/pacman
synced 2024-11-11 03:54:59 -05:00
makepkg: call out the source array(s) missing checksums
Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
parent
763fb3d9e7
commit
7c0ff7f4b7
@ -1352,7 +1352,7 @@ check_checksums() {
|
||||
done
|
||||
|
||||
if (( ${#correlation[*]} )); then
|
||||
error "$(gettext "Integrity checks are missing.")"
|
||||
error "$(gettext "Integrity checks are missing for: %s")" "${!correlation[*]}"
|
||||
exit 1 # TODO: error code
|
||||
fi
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user