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:
parent
5301d3fe8f
commit
5d4a3f101c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user