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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue