[pacman-dev] [PATCH 3/3] makepkg: separate "sourcefile" into two words

Allan McRae allan at archlinux.org
Mon Oct 19 04:28:25 UTC 2015


Signed-off-by: Allan McRae <allan at archlinux.org>
---
 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 6ededa3..8757698 100644
--- a/scripts/makepkg.sh.in
+++ b/scripts/makepkg.sh.in
@@ -1535,7 +1535,7 @@ check_software() {
 	# openssl - checksum operations
 	if (( ! SKIPCHECKSUMS )); then
 		if ! type -p openssl >/dev/null; then
-			error "$(gettext "Cannot find the %s binary required for validating sourcefile checksums.")" "openssl"
+			error "$(gettext "Cannot find the %s binary required for validating source file checksums.")" "openssl"
 			ret=1
 		fi
 	fi
-- 
2.6.1


More information about the pacman-dev mailing list