makepkg: separate "sourcefile" into two words
Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
parent
5301d3fe8f
commit
5d4a3f101c
1 changed files with 1 additions and 1 deletions
|
@ -1535,7 +1535,7 @@ check_software() {
|
||||||
# openssl - checksum operations
|
# openssl - checksum operations
|
||||||
if (( ! SKIPCHECKSUMS )); then
|
if (( ! SKIPCHECKSUMS )); then
|
||||||
if ! type -p openssl >/dev/null; 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
|
ret=1
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue