1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-08-13 17:03:46 -04:00

makepkg: call out the source array(s) missing checksums

Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
Dave Reisner 2014-12-23 21:06:36 -05:00 committed by Allan McRae
parent 763fb3d9e7
commit 7c0ff7f4b7

View File

@ -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
}