From 7c0ff7f4b7a88e10e8e9c3f4b90ca359eb0babef Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Tue, 23 Dec 2014 21:06:36 -0500 Subject: makepkg: call out the source array(s) missing checksums Signed-off-by: Allan McRae --- scripts/makepkg.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in index ab4a784b..c6892821 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 } -- cgit v1.2.3-24-g4f1b