diff options
author | Allan McRae <allan@archlinux.org> | 2015-10-19 06:25:35 +0200 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2015-10-19 06:25:35 +0200 |
commit | 5d4a3f101ca15bb1ae7944ec305c7f10c9f504d0 (patch) | |
tree | 33d35eba1d328aade03037a2522e7b6a2f6952f4 /scripts | |
parent | 5301d3fe8fc3fc0a65f6361ba3b4afcdcb9c2cf8 (diff) | |
download | pacman-5d4a3f101ca15bb1ae7944ec305c7f10c9f504d0.tar.gz pacman-5d4a3f101ca15bb1ae7944ec305c7f10c9f504d0.tar.xz |
makepkg: separate "sourcefile" into two words
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/makepkg.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |