diff options
author | Daniel Baumann <daniel@debian.org> | 2010-05-01 07:39:49 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:17:06 +0100 |
commit | 9326dc8b01231113d12417c4153a82cd3ab00029 (patch) | |
tree | ddfc094bbd8d4a742dff7cd780f3c20b8fcfe80f /helpers/binary | |
parent | a09f55f6b36ee3f462253f0f116ceafb4e885360 (diff) | |
download | vyos-live-build-9326dc8b01231113d12417c4153a82cd3ab00029.tar.gz vyos-live-build-9326dc8b01231113d12417c4153a82cd3ab00029.zip |
Renaming md5sum helpers to checksums.
Diffstat (limited to 'helpers/binary')
-rwxr-xr-x | helpers/binary | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/binary b/helpers/binary index 35c74de4f..9b1518974 100755 --- a/helpers/binary +++ b/helpers/binary @@ -65,7 +65,7 @@ lh binary_win32-loader ${*} lh binary_includes ${*} lh binary_local-includes ${*} lh binary_local-hooks ${*} -lh binary_md5sum ${*} +lh binary_checksums ${*} if [ "${LH_CHROOT_BUILD}" != "true" ] then |