1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-12-21 23:38:49 -05:00

makepkg: separate "sourcefile" into two words

Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
Allan McRae 2015-10-19 14:25:35 +10:00
parent 5301d3fe8f
commit 5d4a3f101c

View File

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