diff options
author | Daniel Baumann <daniel@debian.org> | 2010-05-01 07:39:49 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2010-05-01 07:39:49 +0200 |
commit | ec572c7d15a50c0d5051ba72ec34515105be3d9b (patch) | |
tree | ddfc094bbd8d4a742dff7cd780f3c20b8fcfe80f /helpers/binary | |
parent | 95c2da7e5d01b61b98892815aa2a2f3ee576530e (diff) | |
download | vyos-live-build-ec572c7d15a50c0d5051ba72ec34515105be3d9b.tar.gz vyos-live-build-ec572c7d15a50c0d5051ba72ec34515105be3d9b.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 |