---
 scripts/makepkg.sh.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in
index d53c39f..52928e4 100644
--- a/scripts/makepkg.sh.in
+++ b/scripts/makepkg.sh.in
@@ -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
 }
-- 
2.2.1

Reply via email to