From 5d4a3f101ca15bb1ae7944ec305c7f10c9f504d0 Mon Sep 17 00:00:00 2001 From: Allan McRae Date: Mon, 19 Oct 2015 14:25:35 +1000 Subject: makepkg: separate "sourcefile" into two words Signed-off-by: Allan McRae --- scripts/makepkg.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/makepkg.sh.in') diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in index 6ededa38..87576987 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 -- cgit v1.2.3