summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/install.sh b/src/install.sh
index 9a9b7e5..40d4418 100644
--- a/src/install.sh
+++ b/src/install.sh
@@ -286,7 +286,7 @@ install_get_pkgs()
if [ "x${md5sum}" != 'x' ]; then
if ! printf '%s %s\n' \
"${md5sum}" "${root}/${fname}" | \
- md5sum -c >/dev/null 2>&1; then
+ ${MD5SUM} -c >/dev/null 2>&1; then
error "$(get_msg 'install_checksum_fail')"
errors=true
continue