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/source | |
parent | a09f55f6b36ee3f462253f0f116ceafb4e885360 (diff) | |
download | vyos-live-build-9326dc8b01231113d12417c4153a82cd3ab00029.tar.gz vyos-live-build-9326dc8b01231113d12417c4153a82cd3ab00029.zip |
Renaming md5sum helpers to checksums.
Diffstat (limited to 'helpers/source')
-rwxr-xr-x | helpers/source | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/source b/helpers/source index 512a9239a..8ba066b46 100755 --- a/helpers/source +++ b/helpers/source @@ -38,7 +38,7 @@ lh chroot_sources install ${*} lh source_debian-live ${*} lh source_debian ${*} lh source_disk ${*} -lh source_md5sum ${*} +lh source_checksums ${*} # Building images lh source_iso ${*} |