diff options
author | Daniel Baumann <daniel@debian.org> | 2008-04-15 17:38:03 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:03:32 +0100 |
commit | 5fe14264e0db0b4770ba5d04bb40f564d30dd3be (patch) | |
tree | fe24f97f93bdbb05035e206c0f445b9fec219ec8 /helpers/lh_binary_md5sum | |
parent | 999fa9df2700363f454d9ebcfe5686dc0ab07325 (diff) | |
download | vyos-live-build-5fe14264e0db0b4770ba5d04bb40f564d30dd3be.tar.gz vyos-live-build-5fe14264e0db0b4770ba5d04bb40f564d30dd3be.zip |
Sorting image file lists.
Diffstat (limited to 'helpers/lh_binary_md5sum')
-rwxr-xr-x | helpers/lh_binary_md5sum | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_binary_md5sum b/helpers/lh_binary_md5sum index e40be9367..edc636e17 100755 --- a/helpers/lh_binary_md5sum +++ b/helpers/lh_binary_md5sum @@ -70,7 +70,7 @@ cat ../md5sum.txt >> md5sum.txt rm -f ../md5sum.txt # File list -find . | sed -e 's|^.||g' | grep "^/" > ../binary.list +find . | sed -e 's|^.||g' | grep "^/" | sort > ../binary.list cd "${OLDPWD}" |