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/source | |
parent | 95c2da7e5d01b61b98892815aa2a2f3ee576530e (diff) | |
download | vyos-live-build-ec572c7d15a50c0d5051ba72ec34515105be3d9b.tar.gz vyos-live-build-ec572c7d15a50c0d5051ba72ec34515105be3d9b.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 ${*} |