[pacman-dev] [PATCH 1/2] makepkg: call out the source array(s) missing checksums

Dave Reisner dreisner at archlinux.org
Wed Dec 24 02:06:36 UTC 2014


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


More information about the pacman-dev mailing list